[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Java Binding issues

From: Patrick Mayweg <mayweg_at_qint.de>
Date: 2004-12-06 14:19:28 CET

Hi Conor,

Conor MacNeill wrote:

> hi,
>
> I'm currently working on a Java project to interact with a subversion
> repository. I've been using the javahl bindings so far but I have run
> into some problems. Firstly, as with this poster
> (http://svn.haxx.se/users/archive-2004-11/1270.shtml), I get a hotspot
> error when trying to access a property on a revision using
> SVNClient.revProperty (In this case, the property does not exist on
> the path I give)
>
> The other issue I have is that I would like to be able to list the
> properties which are available for a given revision of a URL path.
> This does not seem to be supported by the current SVNClient interface.
>
> I'm prepared to do some work to fix the errors and also to add new
> functionality, if that's cool. Unfortunately, at this point, I'm not
> sure which set of java bindings is being actively developed. Are the
> javahl bindings still supported?

I still work on the javahl bindings. I was not active lately, because I
was mainly busy with my normal job.
I try to have a look into the JVM crash when using SVNClient.revProperty
tonight.
 I see SVNClient.properties and SVNClient.getProperty miss an
overloading, where you can specify the Revision in which you are
interested. That does not look very complicated, but because of
compability rules will not be released before subversion 1.2.0.

>
> Please let me know which bindings approach would be considered as
> active development and hopefully I can start contributing there.

Feel free to either post to this mailling list or send me your patches
directly.

>
> Conor.
>
Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 6 14:20:42 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.