[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-15 15:35:29 CET

On Mar 15, 2005, at 8:18 AM, Ronny T. Lampert wrote:

> Hi,
>
> consider I made a tag of a version into /tags/project-drop3.
> Then I keep on developing and commiting.
> Now I want to see all changes since THAT tag like
>
> #> svn log --from /tags/project-drop3:HEAD or
> #> svn log --base /tags/project-drop3 .
>
> How would I do that now, in a simple way?
>

Look at the bottom of this document, at the section called "Seeing the
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

---------------------------------------------------------------------
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:37:51 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.