[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-20 16:41:46 CEST

"Oxley, David" <David.Oxley@workplace-systems.plc.uk> writes:

> Yes, when I did the 'svn st' I did have quite a mixed wc. But when doing the
> 'svn up' it gets the error when pulling down a new tag of our
> software.

No surprise... 'svn st -u' is exactly the same as 'svn up'. It's just
a dry-run. Both commands are requesting an update from the server.

> A new tag (working copy including .svn dirs) is about 150Mb.

The problem isn't the size of of the working copy on disk. The
problem is the *number* of different working revisions. The server
has to build a temporary tree (mirror) of the working copy. Each
mixed-revision file must be explicitly linked into mirror before it
can begin sending back a tree comparison... and that's what's taking
the server so long.

For now, all you can do is increase the http timeout of your svn
client in ~/.subversion/servers.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 20 16:43:29 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.