On some Google project I read this
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://***.googlecode.com/sv开发者_C百科n/trunk/ ***-read-only
But I never found how I can read their code. Any way to do this
Do you have Subversion (or TortoiseSvn) installed? If so, just run that command to check out the code to your local disk, then open the solution (or whatever) in Visual Studio.
Alternatively, check out the Downloads tab in their Google Code page. There may be a source zip file you can download directly.
Follow the instructions and check out the code via Subversion.
Or you can browse it online if they have the Source -> Browse menu option enabled.
Install a SVN client like TortoiseSVN. Once done, open the command prompt and type the above command.
Few years back, I had used a commercial plugin that enabled SVN functionality within the VS for VS 2008. You can use that too in addition to the svn clients.
精彩评论