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

Re: Endless crawling

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-10 16:34:12 CEST

Sven Brueggemann wrote:
> Hello,
>
> Stefan Küng wrote:
>> Sven Brueggemann wrote:
>>>>> [WC is constantly recrawled and refreshed, making Open File
>>>>> dialogs unusable]
>> With the help of Sven I could reproduce and fix the problem. Nightly
>> build is currently running, so expect the build to be up in about 2
>> hours.
>
> Thanks. Can you explain what was causing this? That may help
> testing.

First, the sort order in explorer is important: sort by path
Then, the key was/is the unversioned folder showing right after the
modified one. The status of that unversioned folder never was 'finished'
(marked final internally). So when the crawler came to the modified
folder (one file inside that folder was modified), the modified status
was sent up the tree and marked the wc root as modified too (shell
notification about changed status for wc root folder). Then the next
folder was unversioned but not 'final', which triggers a new status
fetch of the wc root folder. That refetch of the status returned the
status of the wc root folder back to 'normal', then the crawling started
again.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Sep 10 16:34:26 2006

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.