during installation of Subversive Connector Discovery - 'problems occurred'

前端 未结 5 1481
时光说笑
时光说笑 2021-02-18 23:31

I\'m trying to install SVN client on Eclipse Helios, I\'ve installed all SVN modules from Collaboration node (in updates), now after restart I can choose a connector \'Subversiv

相关标签:
5条回答
  • 2021-02-19 00:06

    As Aaron in #2 suggested you have to update the subversive plugin.

    I tried to

    If you want to manually add the update site, the URL for http://download.eclipse.org/technology/subversive/0.7/update-site/

    but eclipse complained that this was a duplicate of a site. So I checked the Available Sites and way down in the list I found the entry -> put a tick in the box and enable it.

    Afterwards click on Check for Updates and it will find an updated version of the subversive plugin. Update and afterwards you should be able to install the new svn connectors. (The new screen only presented about 4 connectors compared to the usual 8-10 I saw in earlier versions)

    That's how I could solve the problem with the connector not installing.

    0 讨论(0)
  • 2021-02-19 00:10

    I've found log in

    !ENTRY org.eclipse.team.svn.core.svnnature 4 0 2010-12-14 23:58:47.156 (...) Contains: Missing requirement: SVNKit 1.3.3 Implementation (Optional) 2.2.2.I20101203-1700 (org.polarion.eclipse.team.svn.connector.svnkit16.feature.group 2.2.2.I20101203-1700) requires 'org.eclipse.team.svn.feature.group [0.7.9.I20101001-1700,1.0.0)' but it could not be found

    I've updated this component (from incubation branch in updating service (that's why it wasn't updated automatically). then, eclipse stopped working (it just won't start, i had to update jdk from 1.6.0_17 to 1.6.0_21 and now everything is working ;)

    0 讨论(0)
  • 2021-02-19 00:11

    this link http://www.dingobytes.com/tutorial/subversion-install-for-eclipse-helios-3-6 has the ultimate answer.

    in brief:

    In order to resolve this you need to enable a subversive repository. Go to Help > Install New Software and then click the “Available Software Sites” link. In the window, you will get a list of available software. Scrolldown the list and look for http://download.eclipse.org/technology/subversive/0.7/update-site/. Select it and then click the ‘Enable’ button and the click ‘OK’.

    PLEASE NOTE: enable the site, not simply add it!!!

    0 讨论(0)
  • 2021-02-19 00:19

    I found that the version tied with the Helios release broke with the December 3rd release of the connectors that are separately released due to licensing. If you turn on the Early Access update site in your "available software sites", it should update the main Subversive to at least 0.7.9.I20101203-1700 which will solve the problems.

    If you want to manually add the update site, the URL for http://download.eclipse.org/technology/subversive/0.7/update-site/

    It should already be in your site list but disabled. Just enable it, run an update and update the main subversive package and connectors package. Upon restart, you should be able to update the JavaHL and/or SVNkit component.

    0 讨论(0)
  • 2021-02-19 00:27

    Rather than try to figure out why Subversive and its 2-step installation process doesn't work, I recommend just using Subclipse. It's simpler to setup and provides the same functionality.

    If you are attached to using Subversive, since its connectory discovery is clearly not working - just add the polarion update site (details here) for the svn connectors and install them that way.

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