google code不能checkout问题

Use this command to anonymously check out the latest project source code:

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://spring-petstore.googlecode.com/svn/trunk/ spring-petstore-read-only

如果你使用的是带命令行的SVN,直接输入 ,就能把代码下载下来,但是Windows的用户一般用TortoiseSVN,

所以输入上面的URL不行,实际上只需要输入URL到trunk

http://spring-petstore.googlecode.com/svn/trunk

部分就可以了。

之前我就是一直上不了,后来上网查了一下,希望能给走了不少弯路的人一点点帮助。

你可能感兴趣的:(Google)