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

Re: Re: [TSVN] Very long time to crawl WC.

From: <Stefan.Fuhrmann_at_etas.de>
Date: 2005-12-01 20:08:26 CET

> How it's currently done:
> * notification arrives
> * crawler has path of notification in queue
> * crawler starts with the first path in the queue
> * crawler fetches status of path
> * crawler checks queue for the same path it just crawled
> - if same path is in the queue again, remove it from the queue

Oops .. if there are no further mechanisms (timestamps etc.),
you will lose updates:

* start crawling $path
* shortly before crawling finished: modify already crawled part in $path
* add $path to queue
* crawling of $path is done
* remove all entries for $path
-> modification will not result in a status update

I suppose this issue is already handled somewhere
but if not, it possibly should ... ;)

Stefan.
Received on Thu Dec 1 20:32:29 2005

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.