SVN checkout和Subclipse都不起作用

Swa*_*yam 2 subclipse svn tortoisesvn

我对这个svn的概念非常陌生,因此对你来说这听起来可能是一个微不足道的问题.但我真的需要帮助,因为即使在网上搜索了一个多小时后我也找不到出路.

我想获得这个项目的源代码.

正如您在" 浏览"部分中看到的,所有源代码都可用.

我安装了tortoiseSVN并通过右键单击该文件夹使用了SVN Checkout选项.

但是我在tortoiseSVN中得到了这个错误:

Command: Checkout from http://android-launcher-plus.googlecode.com/svn/trunk/android-launcher-plus-read-only, revision HEAD, Fully recursive, Externals included  
Error: URL  
Error:  'http://android-launcher-plus.googlecode.com/svn/trunk/android-launcher-plus-read-only'  
Error:  doesn't exist  
Completed!
Run Code Online (Sandbox Code Playgroud)

我甚至安装了subclipse并尝试通过签出来在eclipse中导入项目但是我得到了同样的错误.

有没有其他方法从我提到的网站获取代码?(问题是我需要为andorid制作一个启动器应用程序,如果我能以某种方式得到这些代码,它真的会非常有帮助)

提前致谢!

Tho*_*son 5

存储库的URL是 http://android-launcher-plus.googlecode.com/svn/trunk/

android-launcher-plus-read-only位是您想要放入的本地文件夹.您错过了它们之间的空间.

尝试使用网址 http://android-launcher-plus.googlecode.com/svn/trunk/

编辑:使用上面的URL我成功地从Mac OSX终端的SVN repo结帐