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

Re: Win98 Client speed issues

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-21 15:51:47 CEST

Lübbe Onken <L.Onken@rac.de> writes:

> We've got a win98 client PC that is blocked for about 12 seconds when
> accessing a directory under svn control. The directory in question contains
> ~250 files of which roughly 50% are versioned. Even after we moved all the
> temporary files out of the way, it didn't speed up.
> At first I thought it was a TortoiseSVN problem, but svn st -v needs 12
> seconds as well, before it shows any result.

The problem here is twofold:

 1. 'svn status' isn't streamy. It walks the entire working copy
    before printing anything. We have an issue filed on this.

 2. win32 disk i/o is much *much* slower than unix. We're not sure
     if it's just win32 itself, or the way in which APR's disk API
     uses win32 calls.

> Is this a known problem?

What you're seeing is a well known thing: slow disk on win32.

> Is there an easy way for me to find out, where the time is lost?
> Protocol timeouts while connecting?
> Slow fetching of data per file?

'svn st -v' doesn't connect to the network. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 21 15:54:20 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.