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

Comparing two branches of the repository

From: Mike Laster <mike_at_marketocracy.com>
Date: 2005-01-13 20:43:55 CET

How would generate a report showing what changed (by commit logs, not
actual diffs) between two branches?

I figured out how to do it if I want the actual content diff:

svn diff file:///tmp/importrepository/tags/DEPLOY_20041119
file:///tmp/importrepository/tags/DEPLOY_20041131

This will show me (in excruciating detail) what changed between
DEPLOY_20041119 and DEPLOY_20041131.

What I can't figure out is how to just get a higher level overview just
showing which files changed.

What I'm looking for is the equivalent of this CVS command:

cvs -q rdiff -r OLD_TAG -r NEW_TAG -s .

Which gives output like:

File Tools/Thing/file_a.c changed from revision 1.4 to 1.5
File Tools/Thing/file_b.c changed from revision 1.20 to 1.22
File Tools/Thing/file_c.c changed from revision 1.8 to 1.9
File Tools/Thing/file_d.c changed from revision 1.1 to 1.2

  • application/pkcs7-signature attachment: smime.p7s
Received on Thu Jan 13 20:46:20 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.