Re: [PATCH] JavaHL propertyGet handling in org.tigris.subversion package

2012-11-22 Thread Vladimir Berezniker
Hi Conor, The org.tigris.subversion classes have been superseded by the ones in the org.apache.subversion from what I know. If you take a look at SVNClient class there you will notice that the method has the following signature: public native byte[] propertyGet(String path, String name, Revi

[PATCH] JavaHL propertyGet handling in org.tigris.subversion package

2012-11-20 Thread Philip Martin
Patches to the Subversion code should go to dev@s.a.o. A log message that would help. Look at old log messages for the code and see the guidelines: http://subversion.apache.org/docs/community-guide/conventions.html#log-messages A regression test would also help. Conor MacNeill writes: > Hi, >

JavaHL propertyGet handling in org.tigris.subversion package

2012-11-19 Thread Conor MacNeill
Hi, I've been having a problem with the 1.7 JavaHL implementation in the org.tigris.subversion package. As I understand the code, this has been written as a wrapper around the new org.apache.subversion package. The propertyGet method is calling new String() around the byte[] value returned from th