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

Repository organization

From: Brass Tilde <brasstilde_at_insightbb.com>
Date: 2004-11-19 03:12:46 CET

OK, I'm reading through "The Book", in Chapter 3, and I thought the
recommended directory structure in a repository with multiple projects would
look something like this:

        /trunk/proj1
        /trunk/proj2
        /trunk/proj3
        /branches/proj1
        /branches/proj2
        /branches/proj3
        /tags/proj1
        /tags/proj2
        /tags/proj3

However, later on, I begin to understand that maybe it's supposed to look
like this:

        proj1/trunk
        proj1/tags
        proj1/branches
        proj2/trunk
        proj2/tags
        proj2/branches
        proj3/trunk
        proj3/tags
        proj3/branches

Which makes considerably more sense to me.

Which one is the intended recommended structure?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 19 03:13:17 2004

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.