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

Re: [TSVN] TSVNCache load/save from file feature

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-03-17 17:52:55 CET

Mark Phippard wrote:

> I just did a build from HEAD r2850. When I restart I am not seeing any
> decorators at all, even if I press Refresh etc...

I just discovered that r2850 doesn't work. The cache has now an infinite
recursion in it which prevents it from working correctly.

But now I have a slight problem: r2850 was an attempt to fix those
'ghost' overlays on e.g. .svn folders which the shell shows if the
update notifications aren't sent in the correct order. So I changed the
notification order from child folder to parent folder (it was from
parent folder to child folder before).
By doing that, I accidentally introduced that infinite recursion:
- the child folder is is updated, a notification is sent up for all its
parents.
- each parent starts again the crawler which checks the children for
status changes, and those children again send a notification which
starts everything again.

I need some time to fix this...

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 Thu Mar 17 17:53:27 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.