To get a list of files changed between two revisions in subversion use this command:
1 |
svn diff -r [RNUM1]:[RNUM2] --summarize |
Replace [RNUM1] and [RNUM2] with the revision numbers. [RNUM2] can be HEAD for the most recent version.