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

Re: Timeouts and such

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-05-07 23:27:39 CEST

On Wed, May 07, 2003 at 04:01:53PM -0500, Ben Collins-Sussman wrote:
>...
> * the update process begins by describing the working copy to the
> server: so it describes your working copy as being at revision 1,
> but then lists EVERY file as a "special case" (being at rev 2).
>...
> For now, your only recourse is (probably) to do a fresh checkout, or
> increase your neon timeout in your servers file.

A better alternative is to go down into some subdirectories and update those
first. That will partition the entire update down to manageable pieces. If
you do some subdirs, then they'll be omitted from the update report (since
the subdir is entirely at rev 2, it is no longer mentioned). Finally, after
some subdirs get updated, then you go back up to the root the WC and update
that.

That's a good "user strategy" to work around the problem. But we should
still have some fixes in the code...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 7 23:26:37 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.