I want to obtain a list of files that have changed between two versions.
If it was a working copy, I could use
svn status
and
svn diff
With two versions in the repository, I can still use
svn diff -r 400:401
but cannot use
svn status -r 400:401
So: how do I retrieve that list, and how do I make a feature request?
Last updated