[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: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2006-02-26 06:51:47 CET

I think much of the point is that people want to tag something
without creating a branch. It doesn't matter if you can't commit on
the 'tag' branch, it is still created in a different part of the
tree. Checking out something from the 'tags' branch does not give
you what you had tagged, it gives a copy in a different branch.

When I check out a revision that I've "labeled" I want it to be in
the same branch that it was originally in. Like 'svn co -rXXXXX url-
to-the-trunk'. It is generally useful, I think, to have a symbolic
name for revisions within the branch of the tree that I am working
in, something distinct from a copy which creates a new branch based
on an existing one.

Cheap copies are great for branches and often useful for tags, but
they are different from what people are asking for in this thread.
Some sort of labeled revision associated with an existing part of the
svn filesystem's directory tree would be a good thing to have. This
can be implemented with a property set on the directory, but it is
awkward to deal with without built-in support.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 26 06:53:02 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.