vote up 22 vote down star
5

I cant seem to get the icons to display under windows 7 and i really miss this from xp.

Any one know how to fix?

flag

9 Answers

vote up 3 vote down

Same problem for me. It turns out that the cause of the problem was the new JungleDisk 3.0, which rudely installs three overlays named "1Sync..." "2Sync..." and "3Sync..." pushing the Tortoise ones off the end.

Just delete those JungleDisk keys in the reg hive listed at the top (or prefix them with z_) and re-start the system and Tortoise should work fine again.

Given that this overlay limit exists in Windows and is easily hit with current tools, tool vendors really should ask during advanced installation if the user wants to install them. I have no need nor desire for the new "Sync" feature and don't really care for the tactic of stuffing the icons at the top of the list with clever naming. Shame on JungleDisk.

link|flag
Hoob, HAven't tried it yet but I am sure this is it. I am both a JungleDisk user and a TSVN user. Thanks for the tip. Seth – Seth Spearman 8 hours ago
vote up 0 vote down

If you want to use Tortoise from within a 32 bit Application on Windows 7 64 bit, you need to install both the 64bit and the 32bit versions of Tortoise. According to Tortoise's makers, this works fine. (source)

link|flag
vote up 2 vote down

I'm having the same "not showing any icon" in Win 7 64bit.

I have installed TortoiseSVN 1.6.6 x64 and it's working perfectly apart of the icon's overlay not showing at all!

I checked the Windows registry and there are all the 8 TortoiseSVN entries. I have no other program installed that uses overlay icons, however

I tried to: - re-install the application many times, - install only 32bit version, - install both 32bit and 64bit version, - check "run as administrator" on every executable SVN file

NOTHING seems to activate these icons, please help me!

link|flag
vote up 0 vote down

no offence to the other answers but i couldn't understand that I SIMPLY need to go to the registry and delete a couple of registry entries.

Check this guy's solution which describes just that as straight forward as it can be.

link|flag
vote up 0 vote down

I found that if you install the 32bit version first it some how mucks up the 64bit version. On reinstalling windows 7 i just installed the 64bit version and it seems to work fine now.

link|flag
vote up 0 vote down

I'm having the exact same problem. I'm running low priviledge, run the x64 installer as administrator on Windows 7 x64.

link|flag
vote up 21 vote down

Windows can only show a limited number of Overlay Icons (15 total, 11 after what windows uses). Programs like Office Groove, Dropbox, Mozy, Carbonite, etc, will hijack a bunch of the 11 possible overlay icons (boy would it be nice if Microsoft uped the number of these as the number of applications that use them seem to increase and increase)...

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 of TortoiseSVN Icons, 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, yada, yada -- and if you are reading stack overflow and using windows and haven't edited the registry, you are a rare beast indeed), feel free to rename them (I suggest putting numbers infront of the ones you want to use and "z_"'s prefixed to the ones you dont 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
link|flag
2  
This was the answer for me. I had Mozy and DropBox installed and simply prefixed each of their entries under the "ShellIconOverlayIdentifiers" key with "z_". I logged off and then back on, and the Tortise overlay icons reappeared. I'm using the 64-bit version of both Win7 and TortiseSVN. – Kiff Aug 30 at 1:20
This was the answer for me as well, I had installed Gladinet, which along with Carbonite had taken up my icons. – Paul Stovell Sep 13 at 5:02
awesome! worked for me! I popped a "z" in front of the DropBox related icons, restarted, and boom, there they are. – craigmoliver Nov 20 at 1:42
That was the solution for me. I just deleted some unused overlays like offline files. – usr Dec 8 at 16:24
vote up 1 vote down

To complete Johannes's answer, you can check this thread, which mentions another cause (the first one being installing the 32bit client instead of the 64 one) (emphasis mine):

Only more recent versions of TSVN and TCVS are able to share overlay icons, and since Explorer has a limit of 14 overlay images in total with extraneous overlay icons simply not showing up you might have too many...

If it's overlay icons are showing up you'd have to actually be using the 32-bit Windows Explorer, which of course means you'll have to also install a 32-bit version of TSVN.

The issue might come up when one install also first TortoiseVCS, because:

Looking at what got installed in the filesystem and the registry, it looks like they tried to do what I do with my Shell extensions - install both 64 and 32 -bit versions, so that nobody says "I don't see my overlays/menus"! ;)

Unfortunately, it looks like the registry entries for 32-bit got hosed, so the 32-bit extension DLL, even though present, does not have the correct registry entries.

If in doubt I suggest to deinstall TCVS and TSVN.
Then install TSVN.
Maybe after installation reboot twice, not only once.
And if they still don't show up go to software control panel and choose to repair the installation. That did the trick for me with when upgrading from the previous to the current version.

You should probably install the TortoiseXYZ variant you plan to use mainly first, to improve its chances to fall into one of those limited number of overlay icons slots before the TortoiseXYZ variant you use less.
Always keep these limited number of overlay icon slots in mind when trying to analyze malfunctions.

link|flag
vote up 10 vote down

They display fine here. Are you using the 64-bit version of Windows 7 along with the 32-bit version of TortoiseSVN? If so, then they will only show up in the 32-bit Explorer (or in the CFDs of 32-bit applications). You can install both 32-bit and 64-bit versions side-by-side, though.

link|flag
Same for me - I've seen no issues with TortoiseSVN on Windows 7. I'm using 32-bit versions of both, however. – Andy Jun 29 at 11:15
That could be why, will have to download the 64bit version and see – Lodle Jun 29 at 11:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.