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

Re: Strategies for projects/branches layout

From: Noel Yap <noel.yap_at_gmail.com>
Date: 2005-11-07 18:30:07 CET

Branches are branches. Tags vs directoryish things are mere
implementation details.

Have you read "Streamed Lines"? That treatise talks about branches
and branching strategies without mentioning how branches are
implemented by the various VC tools.

Having said this, the implementation details do come into play when
performance becomes an issue. For example, ever notice how slow CVS
is at branching large projects?

Going back to your example, I've done both in Perforce (although I
highly prefer project/trunk since it's much more modular) and
Subversion is much like Perforce in this regard.

HTH,
Noel

On 11/7/05, Jesse Erlbaum <jesse@erlbaum.net> wrote:
> Hi All --
>
> I'm moving from cvs to svn. In cvs I'm very accustomed to having one
> repository which holds multiple "modules" (to use cvs' parlance). Each
> module may then be tagged/branched as I see fit, after the fact.
>
> I'm thrown by svn's "directory-ish" treatment for branches and tags.
> Assume I have a repository which would house five related but distinct
> development efforts. It seems I have to choose from the start if I'm
> going to do:
>
> 1. .../repository/project/trunk/
> 2. .../repository/trunk/project/
>
>
> Suggestions? (At the moment I'm wishing that svn would treat branches
> and tags as additional dimensions, a la cvs.)
>
> Thanks,
>
> -Jesse-
>
>
> --
>
> Jesse Erlbaum
> The Erlbaum Group
> jesse@erlbaum.net
> Phone: 212-684-6161
> Fax: 212-684-6226
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 7 18:35:06 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.