Eclipse Oxygen中破坏性SVN连接器安装失败

yzxexxkh  于 2023-01-30  发布在  Eclipse
关注(0)|答案(8)|浏览(160)

破坏性SVN连接器的安装目前在Eclipse Oxygen中失败。

  • 日 eclipse 日志 *
!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中的错误报告

x6492ojm

x6492ojm1#

您可以通过添加更新站点http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/手动安装Subversive SVN Connectors(在此处查看最新的稳定更新站点:https://polarion.plm.automation.siemens.com/products/svn/subversive/download)并安装必要的包,例如对于Eclipse x86中的本机1.9.x:

  • 颠覆性SVN连接器
  • 原生JavaHL 1.9实现
  • JavaHL 1.9.3 Win32二进制文件
camsedfj

camsedfj2#

是的,我也有同样的问题。我的环境是月食jee氧气1。
我先安装了颠覆性的,当eclipse弹出安装连接器对话框,我选择了连接器,eclipse没有安装连接器。
在preference -〉SVN页面中,连接器组合框是空的。
我解决如下。
1.通过http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/安装新软件
1.选择颠覆性的SVN连接器,以及SVNKit的实现。2重要的不仅仅是选择颠覆性的SVN连接器,还有SVNKit的实现。
1.安装并重新启动。

[编辑于2018年6月29日]

至于eclipse photon,svn连接器的问题似乎解决了。
1.只需通过Eclipse Marketplace安装svn插件(破坏性的).(Eclipse Marketplace位于“帮助- Eclipse Marketplace”)
1.在首选项中设置svn连接器(窗口-首选项-团队- SVN - SVN连接器选项卡)

[编辑于2023年1月26日]

很遗憾,此网站已关闭。(http://community.polarion.com/
所以,你必须安装subclipse不颠覆.

sigwle7e

sigwle7e3#

我也有同样的问题。
就像lazlev回答的那样,我试图通过在"安装新软件"窗口中添加更新站点http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/来手动安装颠覆性SVN连接器。
当我选择颠覆性SVN连接器和SVNKit包时,我得到了MscG提到的以下错误:
在org.eclipse.equinox.internal.p2.engine.phases.CheckTrust阶段发生错误。会话上下文为:(配置文件=默认配置文件,阶段= org.eclipse.equinox.internal.p2.engine.phases.CheckTru st,操作数=,操作=)。读取签名内容时出错。打开zip文件时出现异常:\插件\组织结构\偏振仪.Eclipse团队. svn.连接器_6.0.
我可以解决这个问题的唯一方法是:

  • 首先单独安装SVN连接器。重新启动Eclipse。
  • 然后返回安装新软件并单独安装SVNKit。重新启动Eclipse。
watbbzwu

watbbzwu4#

我使用的是基于eclipse oxygen 4.7.0的Spring工具套件3.9.0,也遇到了同样的问题。
从帮助/市场菜单我安装了“Subservive - SVN Team Provider 4.0.5”然后我必须手动安装svn连接器与帮助/安装新软件菜单.我用这个URL:“http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/“并选择SVNKIT 1.8.14(尝试1.8.15,但不起作用...)
结果,我终于在Preference/Team/SVN/SVN连接器菜单中获得了一个连接器...
它与STS的前一个版本一起工作得更好。

nbnkbykc

nbnkbykc5#

问题似乎是64位的eclipse,因为JavaHAL只存在于32位

7vux5j2d

7vux5j2d6#

谢谢你的提示,我在ubuntu上做了完全相同的步骤,使用了两个步骤中提到的url(svn connector和svnkit):http://community.polarion.com/projects/subversive/download/eclipse/6.0/update-site/
在使用svnkit url的最新版本的SVNKit中不起作用.

mgdq6dx1

mgdq6dx17#

对于那些以上变通方法没有解决他们的问题的人,升级Eclipse Oxygen 1到Eclipse Oxygen 3a。似乎与 Subversive - SVN Team Provider 4.0.5 一起工作很有魅力

gijlo24d

gijlo24d8#

重新安装对我来说很管用,在Eclipse中,转到帮助〉Eclipse Marketplace,再次搜索svn,点击installed. Update.

相关问题