How do I download code using SVN/Tortoise from Google Code?

前端 未结 9 1417
醉话见心
醉话见心 2020-11-29 17:29

I just saw a really cool WPF twitter client that I think is developed by the Herding Code podcast guys HerdingCode called Witty. (or at least, I see a lot of those guys usi

9条回答
  •  佛祖请我去吃肉
    2020-11-29 17:51

    Create a folder where you want to keep the code, and right click on it. Choose SVN Checkout... and type http://wittytwitter.googlecode.com/svn/trunk into the URL of repository field.

    You can also run

    svn checkout http://wittytwitter.googlecode.com/svn/trunk
    

    from the command line in the folder you want to keep it (svn.exe has to be in your path, of course).

提交回复
热议问题