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

Re: Timeout!!!??!

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-19 22:40:03 CEST

David@workplace-systems.plc.uk writes:

> c:\dev>svn st -q -u
> svn: RA layer request failed
> svn: REPORT request failed on '/repos'
> svn: REPORT of '/repos': timed out waiting for server
> (https://dev.server.net)
>
> Is this an httpd.conf thing? Can anyone help?

Hmmm.... do you have a really huge, really-mixed-revision working
copy?

As I understand things, here's what happens:

  1. client creates a wc-report in in a tmpfile
  2. tmpfile sent as the body of a REPORT request
  3. mod_dav_svn parses report, builds an fs txn
  4. svn_repos_dir_delta() compares txn with head revision, streaming
     the response back to the client.

So AFAICT, the only potential for neon timeout is in step 3.
I'm not sure what we can do about that.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 19 22:41:46 2003

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

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