It seems as though your repository structure is working well for you, it seems the only problem is the "project properties". I'm assuming for your flex projects that you are using eclipse, which creates .project files. This can wreak havoc if people have the workstations set up differently and those files are managed by SVN. What you can do to get around this is to use svn:ignore when importing the project.
HTH, Rich Kroll > -----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 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:274304 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

