SVN Tip: Get List of Files Changed Between Revisions | 15 Comments
Posted in Snippets on 15th September 2008, 3:05 pm by Stuart
svn diff -r REVNO:HEAD --summarize
Just replace REVNO with the start revision and HEAD with the end revision if you don’t want it to be the latest revision.
