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)
部分就可以了。
之前我就是一直上不了,后来上网查了一下,希望能给走了不少弯路的人一点点帮助。
本文介绍如何通过HTTP匿名检出Spring Petstore项目的最新源代码。对于使用TortoiseSVN的Windows用户,提供了一个简便的方法来获取代码:仅需输入特定的URL即可。文章还分享了作者解决此问题的经验。
2125

被折叠的 条评论
为什么被折叠?



