On 6/21/07, Doug Bezona wrote: > The only downside is that you have all of the .svn directories around. For > our dev and qa environments, this is no biggie, but it's not what we want > for production. In our case, we just do a full export for production, since > even though we have a similarly large codebase, our qa and production > servers are in the same datacenter, and the export is very very fast.
Rsync is also a great option. Only copies what's changed, and you can tell it to exclude certain directories, etc. (like .svn). Can work over ssh, etc.. There are ports for windows too. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281831 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

