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

Re: [PATCH] Update progress while ra-neon spools text delta

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2007-08-22 19:12:58 CEST

Ping.

Eric Gillespie <epg@pretzelnet.org> writes:

> Eric Gillespie <epg@pretzelnet.org> writes:
>
> > Index: subversion/libsvn_ra_neon/commit.c
> > ===================================================================
> > --- subversion/libsvn_ra_neon/commit.c (revision 26021)
> > +++ subversion/libsvn_ra_neon/commit.c (working copy)
> > @@ -1122,6 +1125,8 @@
> > if (status)
> > return svn_error_wrap_apr(status,
> > _("Could not write svndiff to temp file"));
> > + pb->progress += *len;
> > + pb->ras->progress_func(pb->progress, -1, pb->ras->progress_baton, pb->pool
> > );
>
> This needs to test that progress_func is not NULL, obviously. Fixed.
>
> --
> Eric Gillespie <*> epg@pretzelnet.org

-- 
Eric Gillespie <*> epg@pretzelnet.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 22 19:10:30 2007

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.