Could you explain that with a little more detail. What code(language) is going to track all of the table/column changes and track any data manipulation that is needed between versions of the database structure? Also if you are creating a database of that era, say version 1.5, does this mean it is going to drop the database of the version 2.0 era in order to have a place to put the 1.5 era?
On 10/7/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > > Control the databases through code. > > Then if you check out your code at 1.3.2 > > It should be able to create databases of that era. > > Regards > Dale Fraser > > http://learncf.com > > -----Original Message----- > From: Aaron Rouse [mailto:[EMAIL PROTECTED] > Sent: Monday, 8 October 2007 11:23 AM > To: CF-Talk > Subject: Re: SOT: How do you version control with your CF code? > > What do you do when client needs a fix on version 1.5 which has > significant > database differences when compared to version 2.0 that you are currently > working on? We just maintain a separate copy of the DB for the versions > for > cases like that but just curious on how others do it. > > On 10/7/07, J.J. Merrick <[EMAIL PROTECTED]> wrote: > > > > Rick, > > > > > > > > 3. Branch and tagging. "me: ::working on version 2.0:: client: I need > > to you fix something that is broken on the live server! me: ok:: > > switch to the trunk which is version 1.5, fix, deploy, switch back to > > v2.0 branch" no mess and no thought > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290496 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

