I can not install the subversive plugin in eclipse oxygen

0

I try to install the subversive plugin in the new version of eclipse (oxygen) and I get the following error.

An error has occurred. See error log for more details.
Selected SVN connector library is not available or cannot be loaded.
If you selected native JavaHL connector, please check if binaries are available or 
install and select pure Java Subversion connector from the plug-in connectors update 
site.
If connectors already installed then you can change the selected one at:
Window->Preferences->Team->SVN->SVN Connector.

When I try to add the connector, I choose the SVN Kit and it does absolutely nothing.

    
asked by alex 25.07.2017 в 12:37
source

1 answer

0

I guess you've already installed the plugin.

You just have to follow the following steps:

  
  • Help - > Install New Software
  •   
  • Choose "Update Site -
  •   
  • Web address: link
  •   
  • Install: "Subversive SVN Connectors" and "SVNKit 1.8.14 Implementation"
  •   
  • Restart
  •   
Versión inglesa
  
  • Install Subversive an restart Eclipse as usual
  •   
  • Try to install the SVNkit connector in Preferences - > Team - > SVN - > SVN Connector
  •   
  • This fails
  •   
  • Not sure if a restart was needed here
  •   
  • After that open Help - > Install New Software
  •   
  • Choose "Update Site - link "
  •   
  • Install "Subversive SVN Connectors" and "SVNKit 1.8.14 Implementation" from there
  •   

You can find more information about the problem on this page: link

    
answered by 03.08.2017 / 12:15
source