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

Re: Display log from a tag -> head

From: Ronny T. Lampert <telecaadmin_at_uni.de>
Date: 2005-03-15 15:50:33 CET

>> consider I made a tag of a version into /tags/project-drop3.
>> Now I want to see all changes since THAT tag like
>> #> svn log --from /tags/project-drop3:HEAD or
> logs between two tags." In your case, you'd want to compare -rX:HEAD,
> where X is the revision of trunk where the tag was copied from.
> http://svn.collab.net/repos/svn/trunk/doc/user/cvs-crossover-guide.html

Thanks for the fast answer, but that method is the one I knew and wanted to
avoid, because it's not "simple" :-)

So how about introducing a short-cut-command?

It would retrieve the last revision from the tag/branch/... and then do a
log -r <last_from_branch>:HEAD.

Maybe for 1.2 ? I'd fill in the feature-request if it is reasonable to you.

Cheers,
Ronny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 15 15:52:55 2005

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.