RE: Projects with subprojects
From: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 29 Oct 2009 10:29:08 -0400
> I'm currently working on a project made up of parts that could each be
I don't see a need to have separate repositories. Unless it is a requirement of the tracking software. Here was have three repositories only. Each is for a totally separate dev group that develop for totally different vertical markets. We use a very high level security... if you have access to the repo then you have full rights to it. So, seperating that at the repo level is just easier. I understand that path based authorization in svn slows the server down.
Having a single repository makes branching, externals and other stuff much easier.
> 2. Create a single repository with a subdirectory for each sub-project.
I lean towards this. You can go two ways with your folders too. You can have a single trunk/tag/branch hierarchy and each project within it. This would generally be used when all of the projects are versioned together. Or you could create a trunk/branch/tag hierarchy under each project folder. Or, you could do a hybrid of both. I suggest you read Chapter 5 of the svn book specifically http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.reposadmin.projects.chooselayout .
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.