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

Re: I, too, miss tags.

From: Mark <mmaglana_at_gmail.com>
Date: 2006-02-24 07:10:07 CET

On 2/24/06, Ron <lists@rzweb.com> wrote:
> I agree. There is a lot I love about SVN over CVS (and VSS) but
> sometimes I just want simple tags. It is true that subversion's
> system can do everything tags can (and then some), but it's
> more cumbersome to use. I don't want to have to know the
> structure of the repository (/tags, /release, /trunk, etc, etc)
> just to snap a symbolic name on a revision to help my memory
> down the road.

But you're not actually required to follow that human convention of
creating /tags /branches and /trunk. You can have a flat structure and
subversion won't care. You can just:

svn copy [SRC] [DST]

and set DST to be prefixed with "tag-" or whatever suits you and
subversion won't care.

Whether people will commit to that tag or not is another matter
altogether but pre-commit hooks can easily solve that.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 24 07:10:56 2006

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.