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

Re: TortoiseSVN 1.6.8 not showing read-only icon overlay

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 20 Apr 2010 19:53:34 +0200

On 19.04.2010 20:47, Hautzenroeder, Brenna M wrote:
> I just upgraded to 1.6.8 on xp sp3, and after repairing the installation
> to show the icon overlays, I now have a new problem. It seems that files
> that have the “needs-lock” property set no longer show the gray
> read-only icon overlay. This isn’t a huge issue, but the gray checkmark
> does remind me (and others) to get the lock before editing the file.

That means there aren't enough overlay slots left for that overlay to
show up.
You can either remove some registered handlers manually by messing in
the registry, or have all Tortoise clients not load other overlay
handlers and by that load the 'needs-lock' one instead.

Create one or more of these registry keys
HKCU\Software\TortoiseOverlays\ShowIgnoredOverlay
HKCU\Software\TortoiseOverlays\ShowUnversionedOverlay
HKCU\Software\TortoiseOverlays\ShowAddedOverlay
HKCU\Software\TortoiseOverlays\ShowLockedOverlay
HKCU\Software\TortoiseOverlays\ShowReadOnlyOverlay
HKCU\Software\TortoiseOverlays\ShowDeletedOverlay
as DWORD values and set those to zero which you don't need or can live
without.
(btw: the 'ShowReadOnlyOverlay' one is the one which shows the
'needs-lock' overlay).

You need to restart for the changes to take effect.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2590682
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-04-20 19:53:41 CEST

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

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