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

Re: svn commit: r1149539 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h replay.c serf.c update.c util.c

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 22 Jul 2011 06:20:27 -0400

On Fri, Jul 22, 2011 at 06:01, <rhuijben_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_ra_serf/serf.c Fri Jul 22 10:01:14 2011
>...
> @@ -355,8 +355,10 @@ svn_ra_serf__open(svn_ra_session_t *sess
>   serf_sess->pool = svn_pool_create(pool);
>   serf_sess->wc_callbacks = callbacks;
>   serf_sess->wc_callback_baton = callback_baton;
> -  serf_sess->wc_progress_baton = callbacks->progress_baton;
> -  serf_sess->wc_progress_func = callbacks->progress_func;
> +  serf_sess->progress_func = callbacks->progress_func;
> +  serf_sess->progress_baton = callbacks->progress_baton;
> +  serf_sess->cancel_func = callbacks->cancel_func;
> +  serf_sess->cancel_baton = callback_baton;

Oh geez. I just read up on this. The general callback baton? Yet
progress gets its own? ... eesh. What a mess.

:-(

-g
Received on 2011-07-22 12:21:21 CEST

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.