You can download TortoiseOverlays from the latest version. The solution used is similar to the following: the method of adding a number to the related entries in the registry is used.
Cause:
Windows can only show a limited number of Overlay Icons (15 total, 11 after what Windows uses ). programs likeOffice Groove, Dropbox, Mozy, Carbonite, etc, will hijack a bunch of the 11 possible overlay icons (boy wocould it be nice if Microsoft upped the number of these as the number of applications that use them seem to increase and increase )...
Solution
You can see what overlays are set up, and change them (at your own risk) in the registry here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ShellIconOverlayIdentifiers
If you are using TortoiseCVS (and have nothing else using overlay icons), you will get a couple ofTortoiseSVNIcons, and all of your TortoiseCVS icons. this is because the overlay icons are used in alphabetical order. again, at your own risk (editing the registry may blow up your computer, yada -- and if you are reading Stack Overflow and using Windows and havene' t edited the registry, you are a rare beast indeed ), feel free to rename them (I suggest putting numbers in front of the ones you want to use and "z _"'s prefixed to the ones you don't need ). the TortoiseSVN Shell extensions are nicely named so you know what they do, the TortoiseCVS extensions are not. after looking through the source code, I found the pertinent information:
- TortoiseCVS0-In CVS
- TortoiseCVS1-Not in CVS
- TortoiseCVS3-Conflicted
- TortoiseCVS4-In CVS readonly
- TortoiseCVS5-Ignored
- TortoiseCVS6-Added
- TortoiseCVS7-Deleted
- TortoiseCVS8-Locked
Author is2120