Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse error when using Subversive

I am following the instructions here to get the repositories for Head First Android. I have installed Subversive and followed from the steps to get the actual repos.

However, I get an error as under:

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, they are not.
  • If you selected native JavaHL connector No, I did not.
  • If connectors already installed then you can change the selected one... Nothing installed so can not change.
  • Can someone tell me how to get this working??

    like image 821
    An SO User Avatar asked Jul 29 '13 18:07

    An SO User


    2 Answers

    That means you didn't installed any connectors. so, to install the connectors, follow the steps below.

    In Eclipse, goto help--> Install New Software

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

    then in the below box you'll get list of connectors, select those and click next...

    EDIT:

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

    like image 95
    nandu Avatar answered Sep 24 '22 13:09

    nandu


    What get me out of this error box, go to

    1. window
    2. preferences
    3. team
    4. svn(just clicked)
    5. SVN connector
    6. get Connectors and Installed connectors.
    like image 21
    Ioannis Mitrolios Avatar answered Sep 24 '22 13:09

    Ioannis Mitrolios