http://www.documentroot.net/en - tips, tricks, tutorials
Showing all articles in the category Development.
October 30, 2011

Version control your MySQL tables with svnchronize

If you manage your PHP projects with subversion, you may have come across the problem of synchronizing the database with your repository. Of cource, this can be achieved with mysqldump, but that’s impractical, slow and often you simply forget to run synchronization. In the ideal case, you would have dump files that are always synchronized with the database, without anything to do manually and without any cronjobs choking your processor. Over the last two months I have looked at possible solutions and now want to share the script I have come up with. Read more…

Development , , , , , , , , , ,