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

tag = symbolic reference to a revision, was: I, too, miss tags.

From: <robert_at_infotility.com>
Date: 2006-02-24 02:40:43 CET

Quoting Daniel Berlin <dberlin@dberlin.org>:

> what do you mean "tag-like functionality".
>
> What, specifically, are you looking for that subversion does not do?

Sorry, I wasn't clear about that. What I wish for is to have
symbolic names for revisions. It would be possible to put such
a symbol in place of a revision number in places where revision
numbers occur now. Such a symbol could have structure in it
(unlike CVS tags which have no structure).

For example (and maybe it will turn out that I'm making this
more difficult than it needs to be), if I want to see the
commit log for a branch of a branch back to the place where
the first branch occurred, I need to do svn log --stop-on-copy
on the first branch, note the revision number where it starts,
then do svn log -r <revision number> on the secondary branch.
If I'm not mistaken, I have to carry out those steps even if
the origin of the first branch was copied (to, say,
MY-FIRST-BRANCH-BASE, which, I believe, is common practice in CVS).

Thanks for your time, I appreciate it. Best regards,

Robert Dodier

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 24 02:41:27 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.