目前,使用Eclipse氧气安装颠覆性SVN连接器时会失败。
eclipse.log
!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2017-07-03 10:55:36.977
!MESSAGE SVN: 'SVN Decorator' operation finished with error
!SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0 2017-07-03 10:55:36.977
!MESSAGE SVN: 'SVN Decorator' 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.
!STACK 0
org.eclipse.team.svn.core.operation.UnreportableException: 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 bug.cgi?id=518033中的bug报告。
发布于 2017-07-03 09:16:01
您可以手动安装Subversive连接器,方法是添加更新站点http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/ (在这里检查最新的稳定更新站点:https://polarion.plm.automation.siemens.com/products/svn/subversive/download),并安装必要的软件包,例如在Eclipse1.9.x中安装本机软件包:
发布于 2017-10-10 02:12:56
是的,我也有同样的问题。我的环境是eclipse oxygen1。
我先安装了颠覆装置。当eclipse弹出安装连接器对话框并选择连接器时,eclipse不会安装连接器。
在首选项-> SVN页面中,连接器组合框为空。
我把问题解决了。
2018-06-29编辑的
对于eclipse光子,svn连接器问题似乎得到了解决。
发布于 2017-07-19 12:31:13
我也有同样的问题。
和lazlev一样,我试图通过在“安装新软件”窗口中添加更新站点http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/来手动安装Subversive。
当我选择Subversive连接器和SVNKit包时,我得到了MscG提到的以下错误:
在org.eclipse.equinox.internal.p2.engine.phases.CheckTrust阶段发生错误。会话上下文为:(profile=DefaultProfile、phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust,operand=、action=)。读取签名内容时出错。打开zip文件中的异常:\plugins\org.polarion.eclipse.team.svn.connector_6.0.4.I20161211-1700.jar
我唯一能解决的办法是:
-Install SVN连接器首先单独使用。重新启动Eclipse。
-Then回去安装新软件,然后单独安装SVNKit。重新启动Eclipse。
https://stackoverflow.com/questions/44881840
复制相似问题