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

Re: svn commit: r22320 - in trunk/subversion: libsvn_client libsvn_delta libsvn_ra_dav

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-11-17 10:11:08 CET

On 11/17/06, Kamesh Jayachandran <kamesh@collab.net> wrote:
>
> > +static cancellation_baton_t *
> > +get_cancellation_baton(svn_ra_dav__session_t *ras,
> > ne_block_reader real_cb,
> > void *real_userdata,
> > apr_pool_t *pool)
> >
> Very minor comment. One extra 'l' as collapsed the alignment.
> >
> > - cancel_baton = get_cancelation_baton(ras, spool_reader,
> > + cancel_baton = get_cancellation_baton(ras, spool_reader,
> > &spool_reader_baton, pool);
> >
> Same as above.
> >
> > else
> > {
> > - cancel_baton = get_cancelation_baton(ras, ne_xml_parse_v,
> > + cancel_baton = get_cancellation_baton(ras, ne_xml_parse_v,
> > success_parser, pool);
> >
> Same as above.

I don't seem able to do even the simplest of commits correctly...

Thanks for the comments.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 17 10:11:34 2006

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.