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

[BUG] Counter overflow in TSVN update dialog

From: Fredrik Orderud <forderud_at_gmail.com>
Date: Mon, 22 Aug 2011 10:54:08 +0200

There seems to be an counter overflow issue with the TSVN
checkout/update dialog for large working-copies. The "number of bytes
transferred" counter reports negative values when the checkout/update
dialog transfers exceeds 4GB of data (see attached screenshot from
TSVN 1.6.16).

I would assume that this is due to the usage of a 32-bit integer in
the counter. Consider switching to a 64-bit integer instead (e.g.
unsigned long long) to avoid this issue.

Regards,
Fredrik Orderud

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2827289

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

tsvn_checkout_dialog.png
Received on 2011-08-22 11:13:11 CEST

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.