Eclipse安装SVN插件访问远程仓库报错

时间:2023-01-18 20:14:40

今天给Eclipse安装个SVN插件,然后访问远程仓库时就出现以下的错误了:
SVN: ‘0x00400006:Validate Repository Location’ operation finished with error: Selected SVN connector library is not available or cannot be loaded.
看这个提示,原因就是没装SVN connector了,唉,这就是没仔细看说明的后果,人家都已经说的很清楚: http://www.eclipse.org/subversive/installation-instructions.php#phase2
大概就是这几个步骤:

  1. 访问http://www.polarion.com/products/svn/subversive/download.php?utm_source=eclipse.org&utm_medium=link&utm_campaign=subversive,选择一个合适的站点,我的Eclipse版本是luna,就选择了http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/

  2. 运行Eclipse并选择Help > Install New Software…,在Work with:后面输入步骤1选择的站点,等一会下面就会列出SVN connector了

  3. 展开Subversive SVN Connectors这一项,根据实际选择一个javaHL和Subversive SVN Connectors,然后就是点Next
    安装完后重启Eclipse就好了。

报错:

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安装SVN插件访问远程仓库报错

在此配置,重启即可


参考:
https://*.com/questions/17932037/eclipse-error-when-using-subversive