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

Re: Icon overlay missing on WC root

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-08-29 18:31:46 CEST

Jean-Marc van Leerdam wrote:
> Hi,
>
> I just installed TSVN 1.4.5 (from 1.4.3) and rebooted. The icon
> overlay on the top level folder of my working copy has gone missing.
>
> Even after waiting for several minutes, updating the WC and repeatedly
> pressing F5 the icon overlay does not show. The context menu on the
> top level folder correctly shows the menu entries expected on a WC
> folder.
>
> Is this expected behaviour given the current include/exclude settings?
> IIRC when using 1.4.3. the icon did show on the topmost folder.

The problem is your include pattern
C:\Data\*
it should read
C:\Data*
That's because to show the overlays in your C:\Data folder, the cache
asks whether to show the overlays for C:\ (the parent folder).

That's how you can work around the issue right now. But I'll fix this so
your include pattern will work again correctly.

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 Wed Aug 29 18:28:58 2007

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.