2017-07-03 145 views
12

Subversion SVN连接器的安装目前因Eclipse Oxygen而失败。在Eclipse Oversgen中Subversive 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的Bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=518033

回答

23

您可以通过添加更新站点http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/手动安装的颠覆SVN连接器的bug报告(查看最新的稳定更新站点这里:https://polarion.plm.automation.siemens.com/products/svn/subversive/download)并安装必要的软件包,例如在Eclipse中的x86原生的1.9.x:

  • 颠覆SVN连接器
  • 本土JavaHL 1.9实现
  • JavaHL 1.9.3 win32程序
+6

在这里不起作用。新鲜安装氧气4.7.0,新鲜的工作空间。尝试安装连接器时,安装窗口会闪烁并消失。在设置中,我仍然无法选择连接器。 – Kalle

+0

你是否浏览过'Help' - >'Install New Software ...'?在那里你需要选择你添加的更新站点(如果你还没有添加它,可以通过点击Add ...来完成),然后选择合适的包。 – lazlev

+1

使用此过程,我收到此错误: 'org.eclipse.equinox.internal.p2.engine.phases.CheckTrust阶段发生错误。 会话上下文是:(profile = DefaultProfile,phase = org.eclipse.equinox.internal.p2.engine.phases.CheckTrust,operand =,action =)。 阅读签名内容时出错。 打开zip文件的例外情况:<我的ECLIPSE文件夹> \ plugins \ org.polarion.eclipse.team.svn.connector_6.0.4.I20161211-1700.jar' 看来罐子已损坏 – MscG

3

我有同样的问题。

像lazlev回答,我试图通过在“安装新软件”窗口中添加更新站点http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/来手动安装Subversive SVN连接器。

当我选择了颠覆SVN连接器和SVNKit包,我有以下错误的MSCG mentionned:

在org.eclipse.equinox.internal.p2.engine.phases.CheckTrust阶段发生错误。会话上下文是:(profile = DefaultProfile,phase = org.eclipse.equinox.internal.p2.engine.phases.CheckTru st,operand =,action =)。阅读签名内容时出错。在异常开放的zip文件:\插件\ org.polarion.eclipse.team.svn.connector_6.0. 4.I20161211-1700.jar

我能解决这个问题的唯一方法是:

- 首先安装SVN连接器。重新启动Eclipse。

- 然后返回安装新软件并单独安装SVNKit。重新启动Eclipse。

3

我使用基于eclipse氧气4.7.0的Spring Tool Suite 3.9.0,并遇到同样的问题。

从Help/MarketPlace菜单中,我安装了“Subservive - SVN Team Provider 4.0.5” 然后,我必须手动安装带有帮助/安装新软件菜单的svn连接器。我使用了这个网址:“http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/”并选择了SVNKIT 1.8.14(尝试了1.8.15,但它没有奏效......)

因此,我终于在Preference/Team/SVN/SVN连接器菜单...

它与STS的先前版本更好地工作...

1

这个问题似乎是64位的Eclipse作为JavaHAL仅在32位

7

是存在的,我有同样的问题。 我的环境是eclipse jee oxygen1。

我先安装了颠覆者。 当eclipse弹出安装连接器对话框并选择连接器时,eclipse不会安装连接器。

在首选项 - > SVN页面中,连接器组合框为空。

我解决了下面的问题。

  1. 通过 http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/

  2. 安装新的软件选择颠覆SVN连接器和SVNKit实现两者。 重要的不仅是选择Subversive SVN连接器,还包括SVNKit实现。

  3. 安装并重新启动。

+0

它为我工作 – pdenti

+0

它也适用于我。 :) 谢谢。 – Douglas