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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274300 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

