eclipse 无法安装 Subversive SVN Team Provider
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25203954/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Cannot install Subversive SVN Team Provider
提问by Willem de Wit
When I try to install the Subversive SVN Team Provider from the Eclipse Marketplace (or from their project site), I get the following error:
当我尝试从 Eclipse Marketplace(或从他们的项目站点)安装 Subversive SVN Team Provider 时,我收到以下错误:
The following solutions are not available: Subversive - SVN Team Provider 2.0 Proceed with the installation anyways?
The following solutions are not available: Subversive - SVN Team Provider 2.0 Proceed with the installation anyways?
Is there a way to work around this issue?
有没有办法解决这个问题?
回答by Willem de Wit
I worked around the issue by installing the plugin via the following steps:
我通过以下步骤安装插件解决了这个问题:
- Go to 'Help >> Install New Software'
- Enter the Luna software repository URL: http://download.eclipse.org/releases/luna/
- Search for SVN
- 转到“帮助>>安装新软件”
- 输入Luna软件仓库地址:http: //download.eclipse.org/releases/luna/
- 搜索SVN
This way the installation succeeds.
这样就安装成功了。
回答by vesa
I just continued with installation and then go to: window>preferences>team now click on "svn" menu and then choose "SVN conector" tab, click "Get connectors" button and choose latest SVN Kit or whatever
我只是继续安装然后转到:窗口>首选项>团队现在单击“svn”菜单,然后选择“SVN连接器”选项卡,单击“获取连接器”按钮并选择最新的SVN套件或其他任何东西
回答by exic
If you're having trouble downloading (even with the "Install New Software" solution from Willem de Wit), adding
如果您在下载时遇到问题(即使使用 Willem de Wit 的“安装新软件”解决方案),请添加
-Djava.net.preferIPv4Stack=true
after
后
-vmargs
in your eclipse.ini
might help. It did help me with Eclipse Neon.
在你eclipse.ini
可能有帮助。它确实帮助了我使用 Eclipse Neon。