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

Re: question about multi-level trunk/branches/tags structure

From: Robert P. J. Day <rpjday_at_mindspring.com>
Date: 2005-01-08 11:56:08 CET

On Fri, 7 Jan 2005 kfogel@collab.net wrote:

> You'll get better answers if you draw a diagram, I think...

i think i've already figured out that this approach was a bad idea,
but what i was thinking about was -- start a repo with several
top-level "projects" (i still use the word "projects" in quotes since,
technically, there is no such formal object in SVN unless someone
wants to define it :-)

repo/
  proj1/
    trunk/
    branches/
    tags/
  proj2/
    trunk/
    branches/
    tags/

and so on. but what if one of these "projects" had a subdirectory
that someone might want to branch or tag? could i end up with

proj1/
  trunk/
    dir1/
    dir2/
      trunk/
      branches/
      tags/

and perhaps even more further down.

  after i thought about it a bit more, i realized that this would be a
really bad design, not just because it would get hideously complicated
but because, if dir2/ really deserved to be branched or tagged, it
probably deserves to be its own "project" in the first place.

  anyway, while it's certainly technically possible to do this, i've
convinced myself that it's a bad idea.

rday

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 8 11:59:52 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.