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

Re: svn commit: r1068585 - in /subversion/trunk/subversion/libsvn_ra_serf: auth.c commit.c serf.c util.c

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 8 Feb 2011 16:33:30 -0500

On Tue, Feb 8, 2011 at 4:25 PM, <hwright_at_apache.org> wrote:
> Author: hwright
> Date: Tue Feb  8 21:25:12 2011
> New Revision: 1068585
> Modified: subversion/trunk/subversion/libsvn_ra_serf/commit.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/commit.c?rev=1068585&r1=1068584&r2=1068585&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_ra_serf/commit.c (original)
> +++ subversion/trunk/subversion/libsvn_ra_serf/commit.c Tue Feb  8 21:25:12 2011
> @@ -1008,9 +1008,7 @@ create_put_body(serf_bucket_t **body_bkt
>    * bucket for us on the buffered svndiff handle.
>    */
>   apr_file_flush(ctx->svndiff);
> -#if APR_VERSION_AT_LEAST(1, 3, 0)
>   apr_file_buffer_set(ctx->svndiff, NULL, 0);
> -#endif
>   offset = 0;
>   apr_file_seek(ctx->svndiff, APR_SET, &offset);

Mistake ????

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2011-02-08 22:34:11 CET

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.