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

无法在eclipse Indigo中创建SVN存储库,svn,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 chec

我正在尝试创建一个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.
我使用的是EclipseIndigo,我的系统是64位的。
我得到了一个解决方案,但答案对我不起作用。有任何线索吗?

你想用JavaHL吗?如果是这样,您还需要不一定包含在JavaHL中的Subversion API库

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


这可以通过Windows->首选项对话框进行选择。转到“团队->SVN”并在“SVN界面”部分下查看,然后选择“SVNKit”。

在那个地方我没有得到任何类似SVNKit的选项。@pandit转到“帮助”菜单并安装它,这将为您提供安装SVNKit的选项。(以及颠覆性的)。其中一个问题是SVNKIt有点不成熟,Subclipse可能没有让您选择JavaHL。请参阅关于SVNKIt与JavaHL的比较。@pandit-还有一件事:您可以将SVNKIt与Subclipse或Subversive一起使用。如果您愿意使用Subversive,您不必将Subversive用作Eclipse SVN客户端。@pandit-我刚刚查看了Subversive网页:JavaHL和SVNKit EPL不兼容的SVN连接器被标记为“豁免预请求”和“与”依赖项(相应地)一起工作,并从polarion.com分发。这可能就是问题所在:Subversive可能没有安装这两个插件。我得到了我的解决方案,二进制文件丢失了