Add the --verbose (or -v) flag and you’ll get a list of all affected paths as well as the log messages. If you want to get rid of the messages, add the --quiet (or -q) flag. So:
svn log <url> -qv -r {2010-11-01}:{2011-05-04} > log.txt
Add the --verbose (or -v) flag and you’ll get a list of all affected paths as well as the log messages. If you want to get rid of the messages, add the --quiet (or -q) flag. So:
svn log <url> -qv -r {2010-11-01}:{2011-05-04} > log.txt