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

Re: I miss tags

From: Peter Valdemar Mørch <swp5jhu02_at_sneakemail.com>
Date: 2004-09-23 20:23:08 CEST

Max Bowsher maxb-at-ukf.net |Lists| wrote:
> Nope.
>
> svn diff http://svn/CodeBase/tags/release21 http://svn/CodeBase/trunk

This answer is correct for diff. What I often find myself wanting is
some way to do the same for svn log. "What has happened since release21"?

The svn book uses `svn log --stop-on-copy` to see what revision the tag
was based on. I've used this in creating:
http://svn.sunbase.org/repos/svnutils/trunk/src/svnbranchroot

Because then I can:

svn log -r `svnbranchroot http://svn/CodeBase/tags/release21`:HEAD .

So for all in this thread wanting good'ole'tags - svnbranchroot is the
solution I use.

But it would be nice if the original version was easier to get at -
especially for svn log.

My $0.02.

Peter

-- 
Peter Valdemar Mørch
http://www.morch.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 23 20:23:45 2004

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.