You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Joram Agten <Jo...@telindus.com> on 2004/07/22 13:30:37 UTC

2 minutes client timeout

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

Re: 2 minutes client timeout

Posted by Ben Collins-Sussman <su...@collab.net>.
On Thu, 2004-07-22 at 08:30, Joram Agten wrote:

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

Yes, in the ~/.subversion/servers file.  Or on win32,
%APPDATA%/Subversion/servers.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org