There are some standards (http://svnbook.red-bean.com/nightly/en/svn.branchmerge.maint.html) that people tend to adhere to, but the structure of your repositories is not the most important factor. The processes on how your developers use the repositories is. As long as you have a solid process that everyone adheres to, and it works for your layout, then there's nothing wrong with it.
I create a single respository for every project, but I have also seen some companies that create more global respositories, like you do, that hold a certain collection of projects (intranet, internet, flash, etc). Also, as the article I linked explains, if you believe that your current system isn't flexible, or is causing problems, rearranging the respository structure is very easy. Steve Brownlee http://www.fusioncube.net > -----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") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274303 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

