Patrick Mayweg wrote:
> Hi Conor,
> I will have a detail look a at your patch in the next days. I am at the
> moment not real sure if I can add the new method to the 1.2 branch.
>
>>
>> There's also a little bugfix included for the JNIEntry call in the
>> fileContent method in org_tigris_subversion_javahl_SVNClient.cpp
>
>
> Can you tell me something about the underlying problem?
>
No real problem - just a typo or cut&paste issue. In the fileContent
method's JNIEntry it said "propertyCreate"
(JNIEnv *env, jobject jthis, jstring jpath, jobject jrevision,
jobject jpegRevision)
{
- JNIEntry(SVNClient, propertyCreate);
+ JNIEntry(SVNClient, fileContent);
>> The other issue I came across is that I build subversion using a
>> checkout of apr. On WinXP, this always fails to get file protection
>> information in the apr_stat call just after creating a directory. I
>> disabled this in my working copy to be able to test this patch.
>
>
> No idea. Do you have the same problem if you use the command line client?
>
Yes. - it is not java related.
Conor
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 14 08:52:41 2005