A review of all files / folders reveals their most recent change, so simply use:
svn ls -Rv <URL_TO_REPO/PATH_TO_PROJECT>
You will get a list similar to this:
<REV> <AUTHOR> <SIZE> <DATE> <filename>
You can sort them by sorting the unix tool, easily convert them to a CSV file and import them to succeed or use the -xml switch and do even more complex processing.
. . .