SVN checkout 和 Subclipse 都不起作用

标签 svn tortoisesvn subclipse

我对 svn 的这个概念非常陌生,因此这对您来说可能听起来是一个微不足道的问题。但我真的需要这方面的帮助,因为我现在在网上搜索了一个多小时后仍无法找到出路。

我想获取this project的源码.

如您在 Browse 中所见 部分,所有源代码都可用。

我安装了 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!

我什至安装了subclipse并尝试通过 checkout 在 eclipse 中导入项目,但我遇到了同样的错误。

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

提前致谢!

最佳答案

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

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

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

编辑:使用上面的 URL,我成功地从 Mac OSX 终端的 SVN 仓库中 checkout

关于SVN checkout 和 Subclipse 都不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12216970/

相关文章:

svn - 为什么这个 PowerShell 脚本删除 svn :mergeinfo from the root directory?

eclipse - 如何在 SVN Eclipse 中的分支上工作?

eclipse - 如何在 Eclipse 中使用 ssh 隧道设置颠覆?

linux - 无法远程连接svn服务器

SVN将单个目录移动到其他存储库(带有历史记录)

svn - 从 Subversion 提交相关的外部

svn - 如何制作 TortoiseSVN diff .dot 和 .dotx Word 模板文件

eclipse - 在子剪辑 : How do I connect an existing workspace with an existing repository

android - 我如何从 SVN 存储库中 check out 一个 android 项目

git - 使用 git-svn 重新启用镜像