Subversion: find which files have changed between two revisions
In the working copy directory:
svn diff -r 371:HEAD | grep Index: | sort
In the working copy directory:
svn diff -r 371:HEAD | grep Index: | sort