2

我正在尝试制作一个 SVN 存储库。我下载了颠覆,当我尝试创建一个 SVN 时,我得到了错误 -

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.

我正在使用 Eclipse Indigo,我的系统是 64 位的。我在 Eclipse Helios 中使用颠覆性的 Checkout SVN svn+ssh repo 获得了解决方案,但答案对我没有任何线索?

4

1 回答 1

2

您是否尝试使用 JavaHL?如果是这样,您还需要 JavaHL 中不一定包含的 Subversion API 库。

否则,您可以使用不需要 Subversion API 库的 SVNKit。

这可以通过 Windows->Preferences 对话框进行选择。转到 Team->SVN 并查看 SVN 接口部分并选择 SVNKit。

于 2013-07-02T14:36:04.767 回答