Eclipse Error When Using Subversive

I follow the instructions here to get the repositories for Head First Android . I installed Subversive and followed the steps to get the actual repositories.

However, I get an error message:

 SVN: '0x00400006: Validate Repository Location' operation finished with error: 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. 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. 

I read the error message and:

I tried If connectors already installed... No, it is not. If you selected native JavaHL connector No, I did not. If connectors already installed then you can change the selected one... Nothing is installed, so you cannot change.

Can someone tell me how to do this?

+8
eclipse svn eclipse-plugin subversive
source share
2 answers

This means that you have not installed any connectors. therefore, to install the connectors, follow these steps:

In Eclipse, go to Help → Install New Software

in, install the window, enter the url below in the work with the text field http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/

then in the window below you will get a list of connectors, select them and click next ...

EDIT:

Link is an update site for Eclipse 2.0, which is pretty old. For Eclipse Luna, this page gives instructions. Copy the link for the update site if you know the procedure.

+19
source share

What came out of this window with an error, go to

  • Window
  • Settings
  • team
  • svn (just clicked)
  • SVN Connector
  • get connectors and installed connectors.
+5
source share

All Articles