I would like to download Tortoise SVN 'Show Log' info into a file (I need revision no, author, date, message and modified files list). What is the easiest way to do this? If this is not possible with Tortoise SVN, what is the appropriate SVN command to do that or is there any tool which does this?
export_svn_logs.bat echo Enter the URL of the repository from which to extract the logs. REM Execute SVN command to get all the commit logs from the defined repository. "svn.exe" must be in the path! REM Launch the generated file in Excel in "embedded" mode, with Current Directory as the start folder.
Right click on the folder you want to download in, and open up tortoise-svn -> repo-browser . Enter in the URL above in the next window. right click on the trunk folder and choose either checkout (if you want to update from SVN later) or export (if you just want your own copy of that revision). Save this answer.
To find information about the history of a file or directory, use the svn log command. svn log will provide you with a record of who made changes to a file or directory, at what revision it changed, the time and date of that revision, and, if it was provided, the log message that accompanied the commit.
Or use command line:
svn log -v > branch.log
This is a built-in feature of TortoiseSVN:
Then, just paste into your favorite text editor.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With