> From: [EMAIL PROTECTED]

Hi,

> As far as I know, people don't use CVS for databases.
>
> A simple 300MB database might take up many gigs after
> just a few revisions.  You're better off using the programs
> the database comes with for version control and backup

I was not thinking about a populated database, but if you are using lots of
stored procedures and embedded code, you really need to keep the Metadata
under version control with your applications code.  The 'easiest' way is to
store the database binary, but it looks like extracting the DDL and
recreating each time is probably the best option.

Cheers

Phil


Reply via email to