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

Re: [PATCH] fix progress callback for ra_svn

From: Joe Orton <jorton_at_redhat.com>
Date: Tue, 5 Aug 2008 10:48:46 +0100

On Sat, Aug 02, 2008 at 01:31:40PM +0200, Stefan Küng wrote:
> An example (pseudo-checkout):
> callback(200, -1) // for connecting
> callback(300, -1) // for info packets
> callback(512, 123000) // first file
> callback(512, 123000) // first file
> callback(512, 123000) // first file
> ...
> callback(30, 123000) // first file
> callback(300, -1) // for info packets
> callback(512, 234000) // second file
> callback(512, 234000) // second file
> callback(512, 234000) // second file
> ...
> callback(30, 234000) // second file

The progress parameter has been a counter which increments for each
block transferred in all version of neon except 0.27.0, which had a bug
in the ne_set_progress() compat API which was fixed in 0.27.1 (and
didn't exist in any earlier version). Are you using 0.27.0 here?

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-05 11:49:25 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.