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

Re: SQL & subversion

From: Frank Gruman <fgatwork_at_verizon.net>
Date: 2005-08-26 15:00:35 CEST

Store the DDL/DML scripts used to create and build the database. This
is the easiest way to keep track of all changes since the code is in an
ASCII format that can be easily diff'd. Others on the list have said to
take an export/dump, but these can be binary which makes a diff more
difficult.

Regards,
Frank

Esteban Pizzini wrote:

>Hello,
>
>I'm using subversion for version control of my code and I want to
>control SQL (mssql) store procedures / views / function too..... is
>there any best practice for this?
>
>Thanks you,
>----------------------------------------------------------------------
>Esteban Pizzini
>(http://mod-apache-snmp.sourceforge.net)
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 26 15:04:38 2005

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.