Cannot install Subversive SVN Team Provider

前端 未结 3 1139
误落风尘
误落风尘 2021-02-18 20:35

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

相关标签:
3条回答
  • 2021-02-18 21:12

    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.

    0 讨论(0)
  • 2021-02-18 21:21

    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

    0 讨论(0)
  • 2021-02-18 21:32

    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.

    0 讨论(0)
提交回复
热议问题