svn-rev-diff-export is a handy bash snippet that allows you to export files changed between two revisions.
svn-rev-diff-export.sh -u <path> -f revFROM -t revTO -o <path>
-f, --rev-from revFROM
First revision number to compare.
-t, --rev-to revTO Second revision number to compare.
-u, --url <path> URL/path to repository.
-o, --output-dir <path>
The path to directory where the export will be placed.
Default: .
svn
and awk
have to be available in current $PATH
Thank you, @michal-m.
I added changes in line 65 to skip deleted files: