I have a project hosted at code.google.com. I would like to get the history of commits to the svn repository. I have tortoise svn installed. How can I do that?
Thanks.
I have a project hosted at code.google.com. I would like to get the history of commits to the svn repository. I have tortoise svn installed. How can I do that?
Thanks.
Right-click on your check-out folder, Tortoise SVN -> Show log (provided you have the context menu extension installed).
Use the svnsync tool, as explained in the code.google.com FAQ.
First of all, thanks for your answers. However, I've found myself a way to do what I wanted and that's extremely easy.
In order to have a txt historty of the commits to the svn, I just had to go the Tortoise SVN ->Show log, select the versions I wanted, right click and choose the option copy to clipboard. Voila!