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

Re: Log between two tags

From: B. Smith-Mannschott <benpsm_at_gmail.com>
Date: 2007-02-16 12:17:01 CET

On 2/7/07, Ulrich Eckhardt <eckhardt@satorlaser.com> wrote:
> Hi!
>

> Now, how do I get to the changelog between those two? I know that I can
> use "svn log --stop-on-copy --verbose $URL/tags/tagX" to find out when tagX
> was created and from which revisions of which files (in the ideal case that
> is just a single revision). With that info, I can then use "svn log -rX:Y
> $URL/trunk" to get the logentries.

Well, it's a cheezy hack, but I just do this:

diff <(svn log URL1) <(svn log URL2)

// Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 16 12:17:27 2007

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.