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

2 minutes client timeout

From: Joram Agten <Joram.Agten_at_telindus.com>
Date: 2004-07-22 15:30:37 CEST

hello

I am accessing my repository over http (apache on windows)
when doing a commit of 2300 files,
I can see in my server logs a CHECKOUT for all these,
then a PUT for all the files

and then after 2 minutes I get a message on my client
MERGE request failed on .... snip
... : timed out waiting for server (http://servername)

and the client (TSVN) sends a DELETE on repos/!svn/act/...

when the 2 minute timer is running, the server is busy checking the files,
the hooks are running (I have a pre-commit and a post-commit hook),
but the action on the server is nowhere near finished after 2 minutes
In fact it takes around 9 minutes, then I see in my server errorlog an error on the DELETE,
saying that transaction ID does not exist (any more?)

Is there a way to increase the timeout timer on the client?

regards
joram
Received on Thu Jul 22 15:31:39 2004

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.