I need to get the changed files list between two revisions in SVN.
I have used the following command:
svn diff -r 5001:6001 --summarize https://svn.blah.com/../ > output.txt
For some reason, the files modified on revision 5001 are not populated in the output text file.
What is the exact command to extract the files list between the two revisions (inclusive of from and to revisions, that is, including revision 5001 and revision 6001)?
question from:https://stackoverflow.com/questions/9190931/get-changed-files-from-svn-command-line-between-two-revisions