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

Re: Concerned about Subversion's speed

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-12 18:29:01 CEST

"Matt Blais" <mblais1@yummage.com> writes:

> On a lightly-loaded WinXP-Pro SP1 machine (P4 2.4GHz, 1GB RAM):
>
> In a directory containing 330 files under ra-local version control, plus
> about 700 other files, and no subdirs under version control:
>
> 'svn st' 24 seconds
> 'svn st -uv' 28 seconds
> 'svn up' < 1 second (no updates needed)

I run Linux on considerably less powerful hardware than your machine,
and running 'svn st' in a directory with 330 versioned files and 700
unversioned files takes less than a second. I find it hard to believe
that the OS is responsible for the huge difference, and since 'svn st'
doesn't access the repository at all, I suspect the problem is
something to do wth your particular working copy.

Unless you do some profiling or measuring it may prove difficult to
identify the problem. Taking a wild guess, is it possible that
something has changed the last-modified timestamps of the versioned
files? Do the last-modified times of the versioned files match the
text-time values stored in the .svn/entries file?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 12 18:29:59 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.