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

Re: bug: "transferred" counter in update dialog displays wrong information

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 2 Nov 2011 14:40:23 +0100

On Tue, Nov 1, 2011 at 23:04, Alexander Kornienko <alexfh_at_gmail.com> wrote:
> Hi all,
>
> I'm using TortoiseSVN 1.7.1 and the value of the transferred data counter in
> update dialog is  about 3 times less than actual value.
> My setup: I have quite large working copy (about 1Gb) checked out using svn:
> protocol. SVN server is on the same subnet as the client machine (Windows 7
> Ultimate SP1 32-bit, btw). I run update on the working copy and measure
> traffic generated by TortoiseProc.exe using Sysinternals TCPView utility.
> TortoiseSVN update dialog constantly shows about 3 times less traffic than
> TCPView utility.
> Screenshot: http://dl.dropbox.com/u/16094092/tortoisesvn-bug.png
> P.S. I didn't find similar bug in the issue tracker. Should I file one?

The data TSVN shows you is the actual data, without any headers,
authentication traffic, ...
It is the DATA that's transferred.

TCPView and other similar utilities measure TCP traffic, which is
something completely different. Those do not understand what data is
transferred with the TCP protocol, so they do not know what is data
and what is header, what is real data and what is data used for
authentication and other stuff.

And no: you should not file an issue for this. Because it is not a bug.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2871285
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-02 14:40:51 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.