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
I figured out how to do it if I want the actual content diff:
svn diff file:///tmp/importrepository/tags/DEPLOY_20041119
This will show me (in excruciating detail) what changed between
What I can't figure out is how to just get a higher level overview just
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
|
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.