dealmaker
03-02-2009, 07:49 AM
Hi,
I am thinking of using either SVN or GIT to do version control on my mysql database. Some people suggest to dump the database into a text file, and version control the text file. Is there a better method? Version control software usually don't detect change of data in the database, so I have to constantly remind myself to do it manually.
I am thinking of using either SVN or GIT to do version control on my mysql database. Some people suggest to dump the database into a text file, and version control the text file. Is there a better method? Version control software usually don't detect change of data in the database, so I have to constantly remind myself to do it manually.