开发者

Svn fails on checkout with larger files

开发者 https://www.devze.com 2023-02-10 10:41 出处:网络
I\'m having some problems with my Apache2 DAV Svn server. When I checkout my repository it gives me this error:

I'm having some problems with my Apache2 DAV Svn server. When I checkout my repository it gives me this error:

REPORT of '/svn/Mario_Kart_Source_Files/!svn/vcc/default': Could not read response body: De externe host heeft een verbinding verbroken.

The translation from Dutch is: The external host has closed the connection However, this only occurs when:

  1. It is a "larger" file (Lets say > 1M)
  2. I checkout from outside my own network. When I connect using localhost or from an other pc in my network, it works just fine.

I allready changed my timeouts 开发者_如何学编程in the httpd.conf, but it does not solve my problem.

DAVMinTimeout 1900
LimitXMLRequestBody 0
Timeout 1900

Does any of you know a solution to my problem?


In your Windows router:

netsh routing ip nat set global tcptimeoutmins=60

That will set the timeout to be 60 minutes. Take a look at http://technet.microsoft.com/en-us/library/cc754535%28WS.10%29.aspx#BKMK_101 for more information.

0

精彩评论

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