From: Andreas Ericsson <ae@op5.se>
To: "\"J. David Ibáñez\"" <jdavid@itaapy.com>
Cc: git@vger.kernel.org
Subject: Re: Use case: GIT to manage transactions in a CMS?
Date: Wed, 15 Feb 2006 12:45:24 +0100 [thread overview]
Message-ID: <43F31454.8060704@op5.se> (raw)
In-Reply-To: <43F30602.500@itaapy.com>
J. David Ibáñez wrote:
> Hello,
>
> I am working on a project (a content management system) where the data
> is stored as files and folders.
>
> Currently, for persistance and transactions we use the ZODB [1] object
> database. But our goal is to move away from the ZODB and use directly
> the file system, as it will allow us to use all the good unix tools.
>
> We are using git to manage the source code. And now we are exploring git
> to see if it can do the job of transactions, so that each transaction in
> the system will be a git commit.
>
> One problem we have found is that we can not commit empty directories (what
> we need to do). Any idea how to solve or work-around this constraint?
>
$ touch empty/dir/.placeholder
> Any suggestions and input on this exotic use case for git will be very
> welcomed.
>
Sounds cool. I'll have to give it a whirl when you've got something to show.
--
Andreas Ericsson andreas.ericsson@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
next prev parent reply other threads:[~2006-02-15 11:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-15 10:44 Use case: GIT to manage transactions in a CMS? "J. David Ibáñez"
2006-02-15 11:45 ` Andreas Ericsson [this message]
2006-02-17 11:10 ` "J. David Ibáñez"
2006-02-17 11:44 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43F31454.8060704@op5.se \
--to=ae@op5.se \
--cc=git@vger.kernel.org \
--cc=jdavid@itaapy.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).