简体   繁体   English

无法在 Eclipse Neon 上安装颠覆性连接器 (SVN)

[英]Unable to install Subversive connectors (SVN) on Eclipse Neon

I installed the new Eclipse Neon, then added the Subversive plugIn (for SVN) but have strange issue to add SVN connectors.我安装了新的 Eclipse Neon,然后添加了 Subversive 插件(用于 SVN)但是在添加 SVN 连接器时遇到了奇怪的问题。

What I do:我所做的:
1. Window -> Preference -> Team -> SVN. 1. 窗口 -> 偏好 -> 团队 -> SVN。
2. On the "SVN Connector" tab I click on "Get Connectors...". 2. 在“SVN 连接器”选项卡上,单击“获取连接器...”。
3. Checking the box for "SVN Kit 1.8.12" and click "finish" (tried also checking Native JavaHL instead). 3. 选中“SVN Kit 1.8.12”框并单击“完成”(也尝试检查 Native JavaHL)。
4. On the new window, I leave both connectors checked and click on "next" and then on "Finish" ("Subversive SVN Connectors" and "SVNKit 1.8.12 Implementation (Optional))". 4. 在新窗口中,我选中两个连接器,然后单击“下一步”,然后单击“完成”(“颠覆性 SVN 连接器”和“SVNKit 1.8.12 实现(可选))”。

After 1 second I got the following error message: 1 秒后,我收到以下错误消息:

'Installing Software' has encountered a problem. “安装软件”遇到问题。 An error occured while collecting items to be installed.收集要安装的项目时发生错误。

Details:细节:

An error occurred while collecting items to be installed session context was:(profile=C__Users_michaels_eclipse_java-neon_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).收集要安装的项目时发生错误会话上下文是:(profile=C__Users_michaels_eclipse_java-neon_eclipse,phase=org.eclipse.equinox.internal.p2.engine.phases.Collect,operand=,action=)。 No artifact repository available.没有可用的工件存储库。 noArtifactRepositoriesAvailable noArtifactRepositoriesAvailable

I tried to add/remove update sites but it didn't help.我尝试添加/删除更新站点,但没有帮助。

Someone familiar with this issue?有人熟悉这个问题吗? Should I install other Eclipse (Luna?)我应该安装其他 Eclipse(Luna?)

Thanks in advance!提前致谢!
Mike麦克风

Have you tried doing the same process on another fresh Eclipse Neon installation?您是否尝试过在另一个全新的 Eclipse Neon 安装上执行相同的过程? I've had problems with this and the only way I found to make it work was a fresh install from a new Eclipse.我遇到了这个问题,我发现让它工作的唯一方法是从新的 Eclipse 重新安装。

If nothing else works, try Eclipse Mars, I use it at work with Subversive and it works great.如果没有其他效果,请尝试 Eclipse Mars,我在与 Subversive 一起使用时使用它,并且效果很好。

I had the same problem today.我今天遇到了同样的问题。 To install subversive on Neon (at the time of writing neon-3):在 Neon 上安装 subversive(在编写 neon-3 时):

  1. Select Help > Install New Software选择帮助 > 安装新软件
  2. In the Work With field enter: http://download.eclipse.org/releases/neon在 Work With 字段中输入: http : //download.eclipse.org/releases/neon
  3. In the Filter Text field enter: svn在过滤器文本字段中输入:svn
  4. Install the software as usual and restart.像往常一样安装软件并重新启动。
  5. When Eclipse restarts, open Window > Preferences.当 Eclipse 重新启动时,打开窗口 > 首选项。
  6. Select Team > SVN and you should be prompted to download the SVN Connectors (SVNKit 1.8.14 worked for me).选择 Team > SVN,系统会提示您下载 SVN 连接器(SVNKit 1.8.14 对我有用)。 Install as usual and restart.像往常一样安装并重新启动。 Now Subversive should work.现在颠覆应该工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM