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

Re: transfer rate in Merge dialog

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 30 Jul 2008 08:37:22 +0200

jnizet wrote:
> Hello.
>
> Is the transfer rate (transferred XXMBytes at YYkBytes/sec.) in the
> merge dialog correct?
> Because when I merge some of the source files of a project that
> contains a total of around 40 MBs of sources, it tells me than
> 400MBytes have been transferred. Not a major issue, but something
> strange.

Yes, it is correct. If it shows 400MB instead of 40MB which you expect,
then the additional traffic comes from authentication. I suspect you're
using SSPI authentication - that's known to be excessive if you don't
configure it to cache:

SSPIPerRequestAuth on

this will make SSPI only require new authentication for every request,
not every datapacket sent.

> PS: I had a repeated crash of TortoiseProc.exe when merging in
> interactive mode, after editing a conflict and marking it as resolved.
> The mail report with the dump file has been sent. Merging in non-
> interactive mode and resolving the conflicts afterwards has worked,
> though (TortoiseSVN 1.5.1, SVN server 1.5.0)

That's a bug in the Subversion library:
http://subversion.tigris.org/servlets/BrowseList?list=dev&by=thread&from=669784

I've implemented a workaround for this bug already, but of course it's a
workaround and there are situations where it won't help. You can try a
nightly build if you like.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-07-30 08:37:45 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.