Tagged Questions

JavaHL is a part of the Subversion project. Specifically, it is the Java language binding for the Subversion API. Subversion provides a layered API design that is delivered as native libraries (DLL's). The Subversion command line is simply one consumer of this API. The API is rich in functionality ...

learn more… | top users | synonyms

9
votes
4answers
8k views

Incompatible JavaHL library for Subclipse in 64 bit Kubuntu

I'm trying to get Subversion working under Eclipse 3.7 in a 64 bit Kubuntu 11.10 but having problems. I've installed subclipse 1.8.1, installed 'libsvn-java' and have added ...
4
votes
1answer
275 views

Java Subversion libraries

I've been researching Java APIs for Subversion (SVN). It seems there are 3 available: JavaHL - part of the SVN project. Provides a relatively low-level API svnClientAdapter - part of the Subclipse ...
3
votes
1answer
1k views

How to upgrade JavaHL on Ubuntu?

Environment Ubuntu 10.10 Eclipse Java EE Indigo Service Release 1 Subclipse 1.8.x libsvn1 1.6.12 svn 1.7.x Problem Subclipse 1.8.x requires JavaHL version 1.7.x. I need Subclipse 1.8.x in order ...
3
votes
2answers
1k views

Eclipse, Subclipse 1.8.2, SVN 1.7.0 asks password every action

After I installed new Eclipse Indigo, it asks me for password every action I do in SVN Repository perspective (e.g. browse through every single folder ask password again). Normally use SVNKit, it ask ...
2
votes
3answers
3k views

javahl subclipse 64 bit installation on windows

Got Windows 7 - 64 bit Eclipse indigo Java VM 64 bit javahl from http://www.sliksvn.com (64 bit version) properly installed path environment variable points also to the folder containing javahl ...
2
votes
3answers
3k views

Installing JavaHL 1.6 on CentOS

I'm looking to install the 1.6 version of JavaHL on CentOS, which proves to be more tricky then expected. Has someone succeed doing so and can point a repo for this? Thanks in advance.
1
vote
2answers
2k views

SVN error on conecting with eclipse

When I am trying to connect SVN to eclipse I am getting the following error : any idea how to resolve ti ? Failed to load JavaHL Library. These are the errors that were encountered: no libapr-1 in ...
1
vote
3answers
2k views

JavaHL not loading (NoClassDefError)

I've reinstalled Windows and unzipped a fresh copy of Eclipse. Despite this, I've been unable access an ssh repository via Subclipse. The issue seems to be with JavaHL and the tests from the Tigris ...
0
votes
0answers
119 views

Getting subclipse to work on Ubuntu 64 and Indigo - Incompatible JavaHL library loaded. 1.7.x or later required

How do I fix this? I am on ubuntu 64 using Eclipse indigo. I installed http://subclipse.tigris.org/update_1.8.x. At first I got this error: Failed to load JavaHL Library. These are the ...
0
votes
1answer
112 views

Where to obtain the apache JavaHL subversion binding library?

I can find the API-docs for JavaHL 1.6 at http://subversion.apache.org/docs/javahl/1.6/ . However I can't find any pointer to a jar+native binary (win32) package, or maven resource. Where do you ...
0
votes
1answer
271 views

Eclipse hanging on start up

I was working on my Macbook, when my battery ran out. Now Eclipse refuses to start, getting stuck on "Loading Workbench". The stacktrace in the bottom is from pressing ^C after a minute or so of ...
0
votes
2answers
141 views

Reading SVN (Subclipse) rev number from java code

I'd like to be able to read the current svn revision number (I'm using Subclipse) from my Java Code to output it with the rest of the things I need in my regression tests written using JUnit 4. I ...
0
votes
1answer
46 views

SVNClient.logMessages never returns a result

I'm using JavaHL to connect to a 1.6 svn repos. While I managed to list the contents of the repository, I'm not able to get the item history (the comments made on the check ins as well as the dates ...
0
votes
1answer
56 views

Depth in SVNClient (JavaHL)

I am trying to use the correct (non-deprecated) versions of Add/checkout/commit etc, but these actions want an int of "Depth". In the program I am writing I don't always know the depth. It would be ...
0
votes
1answer
823 views

Eclipse IDE for JavaScript Web Developers + Subclipse + JavaHL on Mac OS X 10.6

I want to use the Eclipse plugin Subclipse on Snow Leopard. I installed Eclipse IDE for JavaScript Web Developers (Helios Service Release 1). I should mention that the subversion server ist SSL ...
0
votes
1answer
782 views

SVN Relocate in Eclipse Issues

I'm trying to use the relocate function in Eclipse to switch the svn server my projects are looking at. I open the SVN Repositories view, right click the repository, choose relocate, type in the new ...
0
votes
1answer
415 views

Subclipse keeps prompting the request for p12 certificate

I'm using subclipse with eclipse and I have to access to an https repository. The first time it asked me for the p12 certificate and the passphrase and everything went fine but it keeps prompting me ...