[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: MySQL changes into svn

From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Mon, 28 Feb 2011 13:31:22 -0600

On Feb 28, 2011, at 13:27, Cecil Westerhof wrote:

> I am just asked if it is possible to put the changes of MySQL
> databases in svn. I could of-course export the table definitions and
> store those in svn. I was just wondering if there is a better way?

If you're looking for something automated, that's probably a pretty complicated topic.

Whenever I change my MySQL database, I do then manually run a script that saves the schema to a file, then I commit that file to my Subversion repository. I try to limit myself to one database change at a time, so that I can write reasonable commit messages.
Received on 2011-02-28 20:31:59 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.