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 solution
I worked around the issue by installing the plugin via the following steps:
This way the installation succeeds.
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
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.