As the book says, there's no "right" way. They do their best to explain how it works and how others use it, and leave it to you to figure out what works best for you.
If the different subdomains are truly separate, with separate developers, I'd be inclined to use different repositories. That way, version numbers would more accurately reflect the work performed. We're using SVN to manage a large code base, but it's all one "application" with different sub-sections. SVN works well enough for what we're doing, but the real trouble is deployment. What we're looking at doing is using Ant to manage deployment - we need to track the code going to cfusion/customtags, as well as Java classes in runtime/lib and other code outside the webroot. Couple that with dropping code onto dev, beta and production systems that have dissimilar filesystem layouts, and it's tricky. -----Original Message----- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 8:43 AM To: CF-Talk Subject: OT: Subversion questions So we've been using Subversion to track changes to our web site applications for a few months now, and I don't think we're doing it "right" when I set up the subversion server originally, I set up a single repository which holds everything we want to maintain version control for... each web site is a subdirectory of the main repository. so on my computer, I have a working copy of the repository that looks like this: D:\work\ads\* (www.it.dev.duke.edu) D:\work\advanceweb\* (advanceweb.ads.duke.edu) D:\work\stockgifts\* (stockgifts.duke.edu) Additionally, all of my flex projects are stored in D:\work\flexProjects\* The problem here of course is that *ALL* of the flex project files are part of version control, including the project properties and such... which seems to make life difficult for having multiple developers working on the same flex application. So... what are the "best practices" for subversion use? Should I create a repository for each web site, and another for each flex project? What if I have multiple coldfusion applications residing on a given web site (for example, www.it.dev.duke.edu has *MANY* "applications") Thanks... Rick -- CFMBB - Coldfusion Message Boards, Version 1.21 Now Available! http://www.cfmbb.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274305 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

