/ Published in: Bash
This command lists all the differences that were made between two revisions in SVN.
Expand |
Embed | Plain Text
svn diff -r r1:r2 --summarize http://you-branch-url.com
You need to login to post a comment.
narkisr on 07/22/08
2 people have marked this snippet as a favorite
This command lists all the differences that were made between two revisions in SVN.
svn diff -r r1:r2 --summarize http://you-branch-url.com
You need to login to post a comment.