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

RE: log for changes between two tags

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-07-24 17:46:02 CEST

> -----Original Message-----
> From: David Everly [mailto:deckrider@gmail.com]
>
> What is the best way to see the svn log for the delta between
> two tags?
 

If they have a common ancestry, then you should be able to find the
revisions on the branch they branched from, and do an 'svn log -r X:Y
...'.

     + tag1 (r103) + tag2 (r205)
    / /
---+----------------+----> (trunk)
  r100 r200

Use "svn log --stop-on-copy tag1_url" to determine where it branched
from (r100 on trunk). Repeat for tag2.
Then "svn log -r 100:200 trunk_url"

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. AL621

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 24 17:47:58 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.