You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@wandisco.com> on 2010/06/15 11:56:12 UTC

Re: svn commit: r954797 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

ivan@apache.org writes:

> Author: ivan
> Date: Tue Jun 15 10:37:09 2010
> New Revision: 954797
>
> URL: http://svn.apache.org/viewvc?rev=954797&view=rev
> Log:
> Write update request body to file, to able resend it if needed.
>
> * subversion/libsvn_ra_serf/update.c
>   (): Include apr_version.h.

You need private/svn_dep_compat.h since APR_VERSION_AT_LEAST was only
introduced in 1.3.

> +#if APR_VERSION_AT_LEAST(1, 3, 0)
> +  apr_file_buffer_set(report->body_file, NULL, 0);
> +#endif

-- 
Philip

Re: svn commit: r954797 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

Posted by Ivan Zhakov <iv...@visualsvn.com>.
On Tue, Jun 15, 2010 at 15:56, Philip Martin <ph...@wandisco.com> wrote:
> ivan@apache.org writes:
>
>> Author: ivan
>> Date: Tue Jun 15 10:37:09 2010
>> New Revision: 954797
>>
>> URL: http://svn.apache.org/viewvc?rev=954797&view=rev
>> Log:
>> Write update request body to file, to able resend it if needed.
>>
>> * subversion/libsvn_ra_serf/update.c
>>   (): Include apr_version.h.
>
> You need private/svn_dep_compat.h since APR_VERSION_AT_LEAST was only
> introduced in 1.3.
>
I see already you fixed it r955164. Thanks a lot!

-- 
Ivan Zhakov
VisualSVN Team