git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "\"J. David Ibáñez\"" <jdavid@itaapy.com>
To: git@vger.kernel.org
Subject: Use case: GIT to manage transactions in a CMS?
Date: Wed, 15 Feb 2006 11:44:18 +0100	[thread overview]
Message-ID: <43F30602.500@itaapy.com> (raw)


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?

Any suggestions and input on this exotic use case for git will be very
welcomed.



[1] http://www.zope.org/Wikis/ZODB/FrontPage

-- 
J. David Ibáñez
Itaapy <http://www.itaapy.com>         Tel +33 (0)1 42 23 67 45
9 rue Darwin, 75018 Paris              Fax +33 (0)1 53 28 27 88 

             reply	other threads:[~2006-02-15 10:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-15 10:44 "J. David Ibáñez" [this message]
2006-02-15 11:45 ` Use case: GIT to manage transactions in a CMS? Andreas Ericsson
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=43F30602.500@itaapy.com \
    --to=jdavid@itaapy.com \
    --cc=git@vger.kernel.org \
    /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).