At the root of my d: drive, TortoiseSVN is showing the question mark decorators on all the folders. The d: drive is not a SVN working copy. How do I remove the decorators?
+7
A:
TSVNCache, which TortoiseSVN uses to keep those icons uptodate, doesn't always make the correct choices about which directories need decoration. You can limit which directories it will consider by:
- In TortoiseSVN|Settings|Look and Feel|Icon Overlays
In the Drive Types section
- Mark the drive types you want monitored.
- Use Include paths for the directories you want monitored
- Use exclude paths for directories to be excluded (strangely enough)
I have only Fixed Drives checked.
Exclude paths:
c:\*
Include paths:
c:\cygwin\home\me\workspaces\*
c:\dev\*
d:\development\*
Ken Gentle
2008-12-22 13:49:47
A:
If a restart doesn't solve it (i.e. it's not a TortoiseSVN bug), the root folder is probably a working copy created by mistake.
Can Berk Güder
2008-12-22 13:50:41