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

Re: [RFC] Stop sleeping for timestamps when running tests

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-03-12 18:16:51 CET

On 3/12/07, Dan Christian <dchristian@google.com> wrote:
> What would it take to reduce/remove the sleeps all the time?
>
> Just the other day I needed to build up a directory structure for testing.
> I wrapped up a quick script that did "svn mkdir http://..." for each one
> (this is over WebDAV). The performance was horrible! Each one took 2-3
> seconds.

I think this example isn't relevant -- it doesn't use the working copy
at all, and all of this sleep() discussion is about working copy
bookkeeping. In your example above, 'svn mkdir URL' is slow because
WebDAV is a horrible horrible protocol with at least a dozen
turnarounds.

That said, I think your point still stands in general. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 12 18:17:12 2007

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.