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

Re: some performance data

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-10 19:17:38 CET

Michael Price <mprice@atl.lmco.com> writes:

> The number of "little" files in the .svn directories does matter if the
> working copy is on a network filesystem.
>
> Subversion has great performance until you start using a working copy
> over something like NFS and then its orders of magnitude slower than
> CVS.
>
> Client-server interaction may be optimized, but I think everyone forgot
> to consider that the "cheap" disk access may not be that cheap under
> real working conditions.
>
> Of course, we are past the point where this can be easily fixed but I
> thought I'd mention it (again).

I think your points here are completely inapplicable to the original
problem, though.

To run 'svn up', the client doesn't have to do *anything* other than
open every .svn/entries file, just to discover the revision of each
file. This is no different than CVS at all.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 10 19:21:05 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.