How to download Tortoise SVN 'Show Log' info into a file
This is a built-in feature of TortoiseSVN:
- Right click the folder and choose the "Show Log" command
- Shift-click all of the revisions you need
- Right-click and choose "Copy to clipboard"
Then, just paste into your favorite text editor.
Or use command line:
svn log -v > branch.log