Eclipse error when using Subversive
Asked Answered
Q

3

16

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??

    Quanta answered 29/7, 2013 at 18:57 Comment(0)
    B
    24

    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.

    Borries answered 16/9, 2013 at 5:18 Comment(2)
    The links for installing connectors are outdated. The option that seems to work for Eclipse Mars 2 (ver. 4.5.2) or latest Eclipse Photon (ver. 4.8.0) is the one described by @Ioannis Mitrolios. See below.Kakemono
    there are a million of URLs recommended for installing from. Would make more sense to explain how to find the correct URL. As they tend to expire frequently.Kurdistan
    S
    19

    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.
    Simplicity answered 17/6, 2016 at 8:59 Comment(1)
    Thank you @Ioannis Mitrolios. The solution you described worked for me.Kakemono
    O
    2

    If somebody reading in 2023:

    Follow instructions on Eclpse web page - Phase 2

    In Eclipse:

    1. Help -> Install New Software
    2. Enter https://osspit.org/eclipse/subversive-connectors/
    3. Click Add...
    4. Select all options
    5. Confirm the certificate (or its lacking)
    6. Restart Eclipse
    Overstrung answered 6/6, 2023 at 14:9 Comment(1)
    I tried, didn't work. My problem was that svnkit wasn't installed. While they always point to connectors instead.Kurdistan

    © 2022 - 2024 — McMap. All rights reserved.