[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

"best practices" repository layout question...

From: K. Richard Pixley <rich_at_noir.com>
Date: 2005-04-15 17:25:29 CEST

Why is this:

project1/trunk
project1/branches
project1/tags
project2/trunk
project2/branches
project2/tags

considered a better practice than:

trunk/project1
trunk/project2
branches/project1
branches/project2
tags/project1
tags/project2

The latter would seem to be capable of branching or tagging project1
alone, project2 alone, or project1 + project2 in combination where the
former makes this considerably more difficult for aggregate operations
like builds, tar'ing, find's, etc.

--rich

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 15 17:29:28 2005

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.