This is why we don't export, but check out a working copy for the production environment. This way only modified file are pulled down when you do an update. The only downside is that the code will take up roughly twice the space.
You also got to make sure that .svn folders are protected. Apache does it by default, I believe, not sure about IIS. Russ > -----Original Message----- > From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 21, 2007 11:55 AM > To: CF-Talk > Subject: SOT: Subversion Revisions > > OK, quick OT. Moving to using Subversion in our dev environment (yeah!), > but hitting a few stumbling blocks. > > I can 'export' a clean version of my 'HEAD', or any revision. But, I > have a massive (3,000+ template) code base. Not every 'commit' to the > system is tagged, or part of a branch. How (or is it even possible) do I > pull ONLY the modified files from the repository? I have SvnAnt > installed within Eclipse, to utilize Ant with Subversion for creating > builds and deployments, but I'm still struggling to get my head around > all of this. > > -- > Steve "Cutter" Blades > Adobe Certified Professional > Advanced Macromedia ColdFusion MX 7 Developer > _____________________________ > http://blog.cutterscrossing.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:281801 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

