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

Re: Proposed New Feature (Revision Aliases)

From: Greg Stein <gstein_at_lyra.org>
Date: 2004-03-18 12:26:35 CET

On Thu, Mar 18, 2004 at 05:17:49AM -0600, TBrowder wrote:
> Let me give one more argument for this feature--size:
>
> When a repository has lots of modules, and each module has lots of
> tags, the current deisgn of subversion is such that the directory tree
> is very busy.

Actually, I don't think so. You could easily set up your repository like
this:

  /tags/
    module1/
      releases/
        1.0.0/
        1.0.1/
        ...
      daily/
        snap-1003/
        snap-1004/
        ...
    module2/
      ...

There is nothing to say that all modules' tags must fall directly under
the tags/ directory. In fact, nothing even says you must have a directory
named "tags".

> Our main CVS repository for our deliverable has over 100 modules, each
> with multiple tags to stamp key history points in development. That
> seems to me to be a major limitation of the subversion method of
> tagging: the ugliness and confusion of the directory tree.

Then reorganize the directory :-)

Does the above suggestion meet your needs?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 18 12:29:00 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.