I have a svn which I access by Tortoise svn.
I would like to get all my messages (1000+) from my ‘commits’, is this possible without using the repobrowser and copy/paste all of then one by one?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using TortoiseSVN you can open repo browser, right click on repo root directory -> Show log -> Show all to get all log messages listed in the window. Then select all entries in list, right click -> Copy to clipboard.
You get the full log history in plain text format. Not sure whether it’s the same format you get by using the command line client, but looks close.