开发者

TortoiseSVN abnormally download huge data despite the repo is small

开发者 https://www.devze.com 2023-03-18 02:38 出处:网络
Server: VisualSVN Sometimes ToitoiseSVN becomes very slow on network transfer for all actions (eg. log, update, commit, checkout). When that happens, even when checking out a small project (less than

Server: VisualSVN

Sometimes ToitoiseSVN becomes very slow on network transfer for all actions (eg. log, update, commit, checkout). When that happens, even when checking out a small project (less than 10KB) can b开发者_Python百科e weird, since in the checkout message window, the total transfer file size can be over several MB and even bigger. However, if browse the repo in browser and download file manually, the transfer rate is normal. What happened?


Guess: you're using SSPI (Domain) authentication.

Problem: the huge amount of data that's transferred comes from repeated authentications (once for every single data packet sent/received). This sometimes happens if the server loses connection to the domain controller or has other problems related with the domain controller.

So: check your server setup, make sure the connection isn't dropped between your svn server and the domain controller and also make sure that both your client pc and svn server are properly joined to the domain.

And it helps if the user GUEST isn't active on the svn server and your client pc.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号