Eclipse + JavaHL / SVN - ClientException - Help

2

I just want to sync my project's online repository from my TCC with Eclipse through SVN on the Mac. I use Lion here on my White, I already installed JavaHL on MacPorts, I installed Subclipse and everything but I can not checkout.

When I go to Preferences > Team > SVN I get a message in the middle of the screen saying:

  

Failed to load JavaHL Library.       These are the errors that were encountered:       no libsvnjavahl-1 in java.library.path       no svnjavahl-1 in java.library.path       Native Library /opt/local/lib/libsvnjavahl-1.0.dylib already loaded in another classloader       java.library.path = / Users / AllenFGA / Library / Java / Extensions: / Library / Java / Extensions: / Network / Library / Java / Extensions: / System / Library / Java / Extensions: / usr / lib / java :.

In my Preferences > Team > SVN I have two SVN. The first one shows, in the SVN Connector session, after you click OK in the message above, Native JavaHL 1.9.3 r1718519 (SVN 1.9.3) (this is the only option if you click on the little box). In the other option Team > SVNKit (Pure Java) SVNKit v1 (SVNKit (Pure Java) SVNKit (JNI) Not Available.) In this second, if I click on the button to show more options, .8.12.10533. Even though I left SVNKit selected I still can not checkout. However, if I leave SVNKit checked, the start error disappears, but it does not resolve the checkout problem.

I can connect to the repository, view the folders, etc, but when giving a checkout to download the machine code I get the message:

  

SVN: '0x0040010b: Obtain Project Name' operation finished with error:   org / apache / subversion / javahl / ClientException $ ErrorMessage       org / apache / subversion / javahl / ClientException $ ErrorMessage

If someone has already gone through this and can help me, I'm waiting.

    
asked by anonymous 27.04.2016 / 13:25

1 answer

1

This JavaHL does not usually work with the subeclipse because it uses the Java Native Interface that never works! Muta pro connector SVNKit: For configure the connector, go to: Window, Preferences, Team tab - SVN. See the "SVN Interface" box select "SVNKit (Pure Java)". I hope I have helped ^^

    
31.08.2016 / 03:34