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
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,
>
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