> I know you could probably write a couple of books on this > subject but I thought I'd just ask for people's experiences > and find out what they found to be the best way of managing > their code and servers.
We install an SVN client (Tortoise) on the servers and all our sites are deployed to the servers using a checkout and subsequent updates are done via the update processes. Version control of over 70 sites is now a breeze. We never miss a file when uploading and we have the ability to roll back to previous versions if required. Having spent hours doing deployments to clusters in the past, performing an update via SVN is just a breeze. In essence, the deployment methodology works in the same manner for our local dev environments, test server and the production servers. It's quick, simple, cheap and effective. I can't say much more about it really. The only catch is you need to be running your own servers to do this. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266595 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

