git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Use case: GIT to manage transactions in a CMS?
@ 2006-02-15 10:44 "J. David Ibáñez"
  2006-02-15 11:45 ` Andreas Ericsson
  0 siblings, 1 reply; 4+ messages in thread
From: "J. David Ibáñez" @ 2006-02-15 10:44 UTC (permalink / raw)
  To: git


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 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-17 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2006-02-17 11:10   ` "J. David Ibáñez"
2006-02-17 11:44     ` Junio C Hamano

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).