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

前端 未结 9 1400
醉话见心
醉话见心 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:43

    • Download the svn binaries
    • unpack them somewhere and add the bin folder to your PATH environment variable
    • open a command line console (cmd.exe)
    • enter than "svn checkout ...." command there
      • make sure to first cd to the place where you want to download (i.e checkout) the projects' code.

提交回复
热议问题