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

Re: faster client pre-1.0: decrease number of files&folders in .svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-06 21:52:13 CET

solo turn <soloturn99@yahoo.com> writes:

> these cases were "local", so no proxy, no ssl, no auth files touched
> for an update. in this case it seems to hehave like:
> - 22 min for 1000 folders (which is excessive imo)
> - 1.5 min for 1000 files
> i.e. one folder is 15 times as costly for "svn up" than a file.

Subversion doesn't lock files, it locks directories. Subversion
doesn't have an entries file for each file, it has one per directory.
So a difference between files and directories is inevitable unless
someone implements a system that stores working copy metadata in a
single blob or database. Don't assume that such a system would be
faster overall :)

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 6 21:53:01 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.