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

Re: Providing accurate progress information during operations

From: steveking <steveking_at_gmx.ch>
Date: 2005-07-15 08:41:21 CEST

Greg Hudson wrote:
> On Thu, 2005-07-14 at 16:34 -0400, Mark Phippard wrote:
>
>>What we would probably need is some kind of notifcation up
>>front that tells us we are going to receive 57 files or 568 kB, or
>>something like that.
>
>
> In order to compute this number, we'd have to do a significant amount of
> work up front which we currently defer.
>
> That is, we'd get more precise progress notifications, but only at the
> expense of spending a longer time up front with no progress
> notifications.

Are you sure about this? I mean Subversion already knows (at least when
*sending* changes to the repository) what the changes are before sending
them.
And it might help a lot if just the number of bytes already transferred
could be shown (so the user know that *something* is going on), even if
the total amount isn't known. Kind of like browsers do when downloading
files without knowing how big the file really is:

file: test.bin
3.4 kBytes transferred at 0.3 kBytes/s
=====****=============================

with the progressbar 'floating', i.e. a bar moving from left to right
and back again without showing the real progress.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 15 08:42:20 2005

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.