If you have a cfc that handles the interface between the application and the code, or use something like reactor to hadle it, then it wouldn't matter. The interface could handle the differences.
Eric -----Original Message----- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Sunday, October 07, 2007 9:06 PM To: CF-Talk Subject: Re: SOT: How do you version control with your CF code? 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 > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290513 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

