使用 Subversive 时出现 Eclipse 错误
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17932037/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse error when using Subversive
提问by Little Child
I am following the instructions hereto get the repositories for Head First Android
. I have installed Subversive
and followed from the steps to get the actual repos.
我正在按照此处的说明获取Head First Android
. 我已经安装Subversive
并按照步骤获取实际存储库。
However, I get an error as under:
但是,我收到如下错误:
SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site.
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.
I read the error message and :
我阅读了错误消息并:
If connectors already installed...
No, they are not. If connectors already installed...
不,他们不是。If you selected native JavaHL connector
No, I did not. If you selected native JavaHL connector
不,我没有。 If connectors already installed then you can change the selected one...
Nothing installed so can not change. If connectors already installed then you can change the selected one...
没有安装所以不能改变。 Can someone tell me how to get this working??
有人能告诉我如何让这个工作吗?
回答by nandu
That means you didn't installed any connectors. so, to install the connectors, follow the steps below.
这意味着您没有安装任何连接器。因此,要安装连接器,请按照以下步骤操作。
In Eclipse, goto help--> Install New Software
在 Eclipse 中,转到帮助--> 安装新软件
in,install window, enter the below url in work with text field http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/
在安装窗口中,在文本字段中输入以下网址http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/
then in the below box you'll get list of connectors, select those and click next...
然后在下面的框中,您将获得连接器列表,选择它们并单击下一步...
EDIT:
编辑:
The link is an update site for Eclipse 2.0 which is quite old. For Eclipse Luna, thispage gives the instructions. Copy this linkfor the update site if you know the procedure.
该链接是一个很旧的 Eclipse 2.0 更新站点。对于 Eclipse Luna,此页面提供了说明。如果您知道该过程,请复制此更新站点的链接。
回答by Ioannis Mitrolios
What get me out of this error box, go to
是什么让我摆脱这个错误框,去
- window
- preferences
- team
- svn(just clicked)
- SVN connector
- get Connectors and Installed connectors.
- 窗户
- 喜好
- 团队
- svn(刚刚点击)
- SVN连接器
- 获取连接器和已安装的连接器。