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

Re: ideas to make svn update faster.

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-05-08 18:58:19 CEST

Folker Schamel <schamel23@spinor.com> writes:

> And Tortoise queries the wc status non-recusively, which then would
> have to go up to root all the time instead of a single file read,
> as already explained by Philip.
> Which translates into multiple times slower.

It will make it slower, but not multiple times slower. Non-recursive
status already reads entries files for immediate subdirs and the
immediate parent. It also does a lot more than just read entries
files. However changing it to read entries files all the way back to
the root must, in general, make it a bit slower.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 8 18:59:08 2005

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.