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

SVN 1.8 timeout fix

From: <Paul.Gillis_at_L-3Com.com>
Date: Tue, 14 Oct 2014 14:43:52 +0000

We just upgraded from Subversion 1.7 to 1.8 and almost immediately began getting timeouts checking out larger repositories. The Tortoise file transfer rate would quickly diminish to 0 and eventually return an error. The subversion command client would terminate with "svn E175012 Connection timed out." I found several reports from other who encountered the same thing, but there were no solutions offered. Some people said they simply reverted back to 1.7.

I monitored the network traffic and saw the tcp connections were opened and remained in the FIN_WAIT_2 state. http://httpd.apache.org/docs/2.0/misc/fin_wait_2.html suggests a client side bug and to set KeepAlive Off if you're unable to make mods to your client.

Setting KeepAlive Off on my apache server fixed the issue.

Paul Gillis
Engineering Support Specialist
L-3 Warrior Systems, Insight
9 Akira Way, Londonderry, NH 03053
(603) 551-6167
Paul.Gillis_at_L-3com.com
Received on 2014-10-14 16:52:07 CEST

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

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