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

svn_ra_progress_notify_func_t documentation

From: Sander Rijken <sr_at_d-90.nl>
Date: 2006-02-09 00:17:53 CET

Hi,

I have some questions/suggestions about the documentation of the
callback function mentioned above.
(The documentation I'm referring to is at http://tinyurl.com/b9hyy
and http://tinyurl.com/agwgt )

Below is a little transcript from a checkout operation.

Progress: 512
Total: 720

Progress: 720
Total: 720

Progress: 720
Total: 720

Progress: 234
Total: 234

Progress: 512
Total: -1

Progress: 1024
Total: -1

Progress: 1536
Total: -1

There are a few bits of information missing in the documentation:
        - it is not documented when and during what operations this function
is called.
        - The "total" argument, is a total number of bytes of what? I assume
from the transcript it is a total of the current file being transferred?
        - Same goes for the "progress" argument...
        - Why is the "total" argument known in the beginning, and -1
(unknown) later on?

Sander Rijken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 9 00:19:45 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.