vote up 0 vote down star

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?

flag

This is not a network drive? – OIS Dec 22 '08 at 13:54
No, not a network drive – Joshua Dec 22 '08 at 21:32

2 Answers

vote up 6 vote down check

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\*
link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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