views:

48

answers:

3

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.

+1  A: 

Right-click on your check-out folder, Tortoise SVN -> Show log (provided you have the context menu extension installed).

halfdan
I have already done that, but that doesn't allow to export the data, I believe.
nunos
That is unlikely, you can checkout all the revisions - there is no reason the log shouldn't be working.
halfdan
When I say export the data I mean to export the log, not the code, to a txt. Is there a way to do that?
nunos
+3  A: 

Use the svnsync tool, as explained in the code.google.com FAQ.

Mauricio Scheffer
A: 

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!

nunos