> -----Original Message----- > From: Aaron Roberson [mailto:[EMAIL PROTECTED] > > Wow, what a series of resourceful posts! Thanks Matt, Andrew and Damien. > > I have used Tortoise to pull items down from an SVN or CVN repository > but I have never created one myself. > > I guess I don't understand how I would use SVN for a live web > application. Would I create a mapping on my development machine to one > of the trunks for testing in the browser and also set that trunk to > deploy to the root of my live server? Sorry if that question is an > unintelligible one, there are some major gaps in my understanding. >
Aaron, What we do is use trunk that's checked out on dev and production. Small updates are done directly to trunk. Larger changes are done on branches, then tested on QA and when ready merged into trunk. It's worked well for us without the need to use FTP or ANT. Russ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:277476 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

