【发布时间】:2013-07-29 17:09:57
【问题描述】:
我正在关注instructions here 以获取Head First Android 的存储库。我已经安装了Subversive 并按照步骤获取实际的存储库。
但是,我收到如下错误:
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.
我阅读了错误消息并且:
If connectors already installed... 不,他们不是。 If you selected native JavaHL connector 不,我没有。 If connectors already installed then you can change the selected one... 未安装任何内容,因此无法更改。 谁能告诉我如何让它工作?
【问题讨论】:
标签: eclipse svn eclipse-plugin subversive