Tortoise SVN doesn't show those green , red , yellow icons - Windows 2008
Asked Answered
A

8

8

Tortoise SVN doesn't show those green , red , yellow icons when the files changed that are under source control, I can see them in windows XP but not on Windows 2008. But when I right click and try to commit, it gives me a list of files that are changed. Any idea why/fix?

Arran answered 28/6, 2010 at 16:42 Comment(1)
for me this work! #31965127Theophrastus
G
9

Did you recently upgrade TortoiseSVN from a previous version? Do a repair installation to restore your icons.

There is another workaround to solve this problem if a repair installation doesn't fix the issue. See the UPDATE section of this other answer on Stack Overflow for more details. Here is a MSDN blog post explaining the problem in detail if you're curious.

Gains answered 28/6, 2010 at 16:44 Comment(1)
I had exactly this issue with the release before last and a repair of the installation fixed it.Contextual
C
1

This has been a pretty big problem for a variety of reasons. These are all outlined in the TortoiseSVN FAQ. Here are the relevant links:

As part of this, if you have recently installed another program that uses overlays (Mozy is one that comes to mind), you may see this problem as well. Unfortunately, Windows has a (artificial?) limitation on the number of potential overlays that can be shown.

Carcinogen answered 28/6, 2010 at 16:50 Comment(0)
F
0

Try killing the TSVNCache.exe process and re-starting it. Is your local SVN respotitory on the large side? In a previous job we migrated from XP to Vista while using Tortoise and, with a fairly huge codebase (many files), we all found those icons to be somewhat unreliable as a rule.

Fasciculus answered 28/6, 2010 at 16:46 Comment(0)
L
0

I had the same issue. I installed onto Windows server 2008 R2 which did not previously have any Tortoise installation. After a reboot, I could see the icons ok. Didn't need to repair the installation or anything else. Rebooting servers might not be a valid option for you, but in my case it was not an issue.

Luvenialuwana answered 3/2, 2013 at 19:32 Comment(1)
I have more info to add for a clean install on server 2008: The TSVNCache.exe process is not running after you install tortoise. Rebooting the server will get it going, or you could just run c:\program files\tortoisesvn\bin\TSVNCache.exe. As soon as you do that, the icons appear.Luvenialuwana
G
0

I had this very same problem but I got it fixed. What you have to do is follow the steps below,

  1. Open control panel> Windows Firewall.
  2. On the top left corner click on the link "Allow an app or feature through Windows Firewall"
  3. At the bottom there is a button "Allow another app". Click on that.
  4. Look for "TortoiseIDiff" and select it.

Your ticks and crosses should appear now.

Geriatrician answered 12/10, 2013 at 9:36 Comment(1)
That seems irrelevant. TortoiseIDiff is a tool for comparing image files, it doesn't have anything to do with the icons that appear. It must have been something else that fixed the problem, which coincidentally happened around the time you changed this setting.Radiation
K
0

I was also facing this issue. But My folders were in the network drive.

There is an option in SVN that by default sets showing of overlay icons to 'fixed drive' folders only. So we need to tick mark 'Network drive' also.

I've done this by- SVN Setting--> Icon Overlays --> Drive types --> Network drives (tick it)

So its better to have a check in this setting first!!

Kite answered 27/1, 2017 at 11:24 Comment(0)
M
0

When I upgrade from TortoiseSVN-1.6.15.21042-x64-svn-1.6.16 to TortoiseSVN-1.10.1.28295-x64-svn-1.10.2, I had same problem on my local directories. But on context menu I noticed a new context menu SVN Upgrade working copy. I clicked on it and after a while I see right icons.

Maudmaude answered 13/8, 2018 at 6:25 Comment(0)
H
0

Check out also this answer, this solved this issue for me: https://mcmap.net/q/156170/-tortoisesvn-icons-overlay-not-showing-after-updating-to-windows-10

In short: TortoiseSVN > Settings

There is a Tortoise setting that determines which Drive Types the icons are used with: Drives A: and B:, Removable drives, Network drives, Fixed drives, CD-ROM, RAM drives, and Unknown drives.

For me my drive was an NVME SSD which is marked by system as a removable one for some reason (facepalm).

Hypsometry answered 23/11, 2021 at 14:27 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.