Subject Re: [firebird-support] version control for stored procedures etc...
Author Milan Babuskov
Alan McDonald wrote:
>> is there a version controling system i can use that can integrate well
>> with firebird? thanx.
>
> just use your favourite subversion setup. All you need to do is schedule a
> gbak -m (metadata only) into a directory under version control, and you have

Or, even better, isql -x. That would give you a textual result so you
can diff the changes.

BTW, most of the admin. tools have some option to log DDL (and
optionally DML) statements to text files, so if you put those into
repository, you can track each change (an even apply it on other systems).

Take a look at this paper from one of FB Conferences to see one of the
ideas:

http://iKr.me/Rv

HTH

--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com