Cannot install Subversive SVN Team Provider

二次信任 提交于 2020-01-01 07:34:26

问题


When I try to install the Subversive SVN Team Provider from the Eclipse Marketplace (or from their project site), I get the following error:

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?


回答1:


I worked around the issue by installing the plugin via the following steps:

  1. Go to 'Help >> Install New Software'
  2. Enter the Luna software repository URL: http://download.eclipse.org/releases/luna/
  3. Search for SVN

This way the installation succeeds.




回答2:


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




回答3:


If you're having trouble downloading (even with the "Install New Software" solution from Willem de Wit), adding

-Djava.net.preferIPv4Stack=true

after

-vmargs

in your eclipse.ini might help. It did help me with Eclipse Neon.



来源:https://stackoverflow.com/questions/25203954/cannot-install-subversive-svn-team-provider

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!