Subject | Re: [firebird-support] version control for stored procedures etc... |
---|---|
Author | Milan Babuskov |
Post date | 2009-05-15T12:17:37Z |
Alan McDonald wrote:
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
>> is there a version controling system i can use that can integrate wellOr, even better, isql -x. That would give you a textual result so you
>> 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
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