* Maintaing database schemas using GIT
@ 2010-06-25 12:56 Bartosz Wiklak
2010-06-25 13:24 ` Clément Poulain
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Wiklak @ 2010-06-25 12:56 UTC (permalink / raw)
To: git
Hi,
I am interested in maintaing database schemas using GIT. I found very
promising tool apgdiff http://apgdiff.sourceforge.net/ that I believe
can be used to manage other databases than postrgresql.
My problem is:
How to make git process sql dumps differently then other text and
binary files - apply apgdiff to them and eventually provide some merge
functionality?
Is this possible? Is this sensible rational?
What do you think?
Thanks,
Bartek
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Maintaing database schemas using GIT
2010-06-25 12:56 Maintaing database schemas using GIT Bartosz Wiklak
@ 2010-06-25 13:24 ` Clément Poulain
0 siblings, 0 replies; 2+ messages in thread
From: Clément Poulain @ 2010-06-25 13:24 UTC (permalink / raw)
To: Bartosz Wiklak; +Cc: git
Git allows you to specify an external diff driver for some kind of files:
http://www.kernel.org/pub/software/scm/git/docs/gitattributes.html#_defining_an_external_diff_driver
This should help you
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-25 13:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25 12:56 Maintaing database schemas using GIT Bartosz Wiklak
2010-06-25 13:24 ` Clément Poulain
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).