Re: [PHP] Re: SQL Source Control

2007-04-12 Thread Zoltán Németh
2007. 04. 11, szerda keltezéssel 21.43-kor Colin Guthrie ezt írta: > Zoltán Németh wrote: > > yeah I have the same problem ;) > > > > I have two kind of SQL files: > > 1) SQL of the complete, blank DB structure - I store it for each main > > version (I should store it for each version if I wouldn'

[PHP] Re: SQL Source Control

2007-04-11 Thread Manuel Lemos
Hello, on 04/11/2007 12:13 PM Richard Davey said the following: > Hi all, > > I know a lot of you use various means for PHP source control (CVS, SVN, > etc), which is all well and fine, but how do you manage source control > on your databases? > > Say you've got an upgrade to a site, all of the

[PHP] Re: SQL Source Control

2007-04-11 Thread Colin Guthrie
Zoltán Németh wrote: > yeah I have the same problem ;) > > I have two kind of SQL files: > 1) SQL of the complete, blank DB structure - I store it for each main > version (I should store it for each version if I wouldn't be so > lazy... ;) ) > 2) SQL instructions to upgrade from a DB version to an

Re: [PHP] Re: SQL Source Control

2007-04-11 Thread Zoltán Németh
2007. 04. 11, szerda keltezéssel 16.19-kor Colin Guthrie ezt írta: > Richard Davey wrote: > > Hi all, > > > > I know a lot of you use various means for PHP source control (CVS, SVN, > > etc), which is all well and fine, but how do you manage source control > > on your databases? > > > > Say you'v

[PHP] Re: SQL Source Control

2007-04-11 Thread Colin Guthrie
Richard Davey wrote: > Hi all, > > I know a lot of you use various means for PHP source control (CVS, SVN, > etc), which is all well and fine, but how do you manage source control > on your databases? > > Say you've got an upgrade to a site, all of the new PHP files are > controlled by SVN, so yo