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

Re: OS X: svn stat is VERY slow

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-17 01:02:25 CET

On Jan 15, 2005, at 2:16 PM, kfogel@collab.net wrote:

> This is surprisingly slow. Do you get the same behavior with latest
> (appx r12744) trunk Subversion?
>
> I re-subjected this to catch the eye of OS X users (in particular Ben
> Collins-Sussman, but also others.)
>
>

This is not surprisingly slow to me.

The 'svn up' command does *much* less work than 'svns status'.

'svn up' only needs to open each directory's .svn/entries file and
report working-revisions to the server. (And it doesn't even report
every working-revision; only those that differ from the immediate
parent.)

'svn status' not only opens every single .svn/entries file, but has to
stat() all 16000 files and compare actual vs. recorded timestamps. CVS
does the same thing.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 17 01:06:01 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.