无法在我的eclipse Indigo中创建SVN存储库

时间:2013-07-02 12:53:57

标签: svn

我正在尝试创建一个SVN存储库。我下载了subversion,当我尝试创建一个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位的。 我在Checkout SVN svn+ssh repo with subversive in Eclipse Helios上得到了解决方案,但是答案对我来说没有任何线索吗?

1 个答案:

答案 0 :(得分:2)

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

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

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