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

Re: [PATCH] Add Javahl method to stream content

From: Conor MacNeill <conor_at_cenqua.com>
Date: 2005-04-14 08:51:32 CEST

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

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.