开发者

How to get svn history from google code

开发者 https://www.devze.com 2023-01-01 08:07 出处:网络
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 ca开发者_JAVA百科n I do that?

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 ca开发者_JAVA百科n I do that?

Thanks.


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


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


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消