Andrew Scott wrote: > There is no way to automatically merge changes, I mean even SVN can't do > that between developers and its a manual process to update and merge > changes.
That is correct. Which is why it is a best practice to always tag your code and deploy a tag. Deployment scripts should not do merging, they should only deploy what has already been merged, tagged and tested. Jochem PS I would appreciate it if you would limit your messages to the technical aspects of software development and were to leave out the personal slurs. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310844 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

