You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Conor MacNeill <co...@cenqua.com> on 2004/12/06 13:05:29 UTC

Java Binding issues

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?

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

Conor.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Java Binding issues

Posted by Patrick Mayweg <ma...@qint.de>.
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