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

Re: [TSVN] Too much recursion going on in TSVN?

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-10-27 21:58:02 CEST

Will Dean wrote:

> I'm running TSVN 1.1.1 on an XP machine, with a (large) working copy on
> the local drive. TSVN is *not* set to report recursive directory state.
>
> Using filemon, I notice that if I do an F5 refresh of the directory one
> down from the top of the WC, SVN not only looks into the .SVN
> directories of all the folders one level below me (which I expect), but
> it *also* looks into the .SVN folders of the next level down.
>
> Indeed, if I go down another level and do F5, I see also sorts of
> 'sibling' folders get examined, as though there has been recursion from
> a level *above* the current one.
>
> What's happening here? Do other people see this? I'm using a 'single'
> folder view in Explorer, i.e. one *without* a tree-view down the left
> hand side.

That's ok that way. To get the status of a folder, Subversion has to
look inside the .svn folder inside that folder too.
Example:
top/.svn
top/sub1/
top/sub1/.svn
top/file1
top/file2
if you fetch the status for /top, Subversion get the status of sub1,
file1 and file2. Therefore the /top/.svn/ and /top/sub1/.svn folders get
read.

> (Filemon is an impossible-to-do-without free tool which comes from
> www.sysinternals.com)

We know ;)

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Oct 27 23:07:52 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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