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

svn_client_status recurses even if told not to

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-12-31 09:24:02 CET

Hi,

with the last release of TortoiseSVN we heard of a remarkable slowdown
when fetching the file status to show the icon overlays. So we spent
some time investigating the slowdown and found that Subversion now
*always* recurses down the folder tree, even if "descend" is set to
false! I then tried the Subversion command line client to make sure it's
not the fault of TSVN:

svn st -N

also recurses, but only shows the requested statusses. But it recurses
too - you can check that with FileMon. All subdirs are checked. FileMon
shows that even the command line client opens all .svn directories in
every single subdirectory.

My question: is this intentional? If yes what's the reason to do that?
Is there maybe a workaround for that?

I'm really worried about that because this new "feature" slows down TSVN
too much and renders it almost useless for bigger working copies. Sure,
I could deactivate the icon overlays in TSVN - but that's one of the key
features of TSVN.

Stefan

---
Children in backseats cause accidents. Accidents in backseats cause 
children.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 31 09:24:35 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.