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

Re: Subversion and MySQL

From: Bradley Holt <bradley.holt_at_foundline.com>
Date: Wed, 13 Aug 2008 20:31:17 -0400

Do you want to version control the structure or the data itself? If you're
just versioning the structure then use DDL scripts that include your CREATE
TABLE and ALTER TABLE statements. If you want to version the data, I'd ask
why as that doesn't make any sense - just turn on MySQL query logging.

On Wed, Aug 13, 2008 at 8:13 PM, mpls51 <top_rank_tenant616_at_yahoo.com>wrote:

>
> Is it possible to have tables in MySQL be under version control?
> --
> View this message in context:
> http://www.nabble.com/Subversion-and-MySQL-tp18973666p18973666.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>

-- 
Bradley Holt
bradley.holt_at_foundline.com
Received on 2008-08-14 02:32:03 CEST

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.