SVN folder does not have green icon in Windows7

45,614

Solution 1

Not sure if that's exactly your problem, but there is a common problem with the TortoiseSVN overlay icons not showing up in Windows 7:

Solution 2

Right click on a folder -> TortoiseSVN -> Settings -> Icon overlays -> Exclude paths:

If there are green markers in the checked out subfolders you might have checked out into a subfolder of the folder you are looking at.

There is also some caching issues with TortoiseSVN. TortoiseSVN -> Cleanup usually fixes those.

Solution 3

Right click on a folder -> TortoiseSVN -> Settings -> Icon overlays -> Status Cache.

Select Shell.

Solution 4

If the repository is located on a network drive, no overlays will be shown.

EDIT 08. August 2016
As for TortoiseSVN 1.9.4 on Win10
Right click a folder > TortoiseSVN > Settings > Icon Overlays > Drive Types > mark "Network drives"

Solution 5

Simply renaming my file(From "DEV" to "DEV_") fixed this for me and this was after restarting my computer and running "Cleanup"

Share:
45,614
Genadinik
Author by

Genadinik

Thank you to everyone who has helped me. I am extremely appreciative of the amazing people on StackOverflow who have helped me :) I currently run https://www.problemio.com under which I offer mobile apps, books, coaching, and online courses, and even a B2B course licensing business: https://www.problemio.com/udemy/white-labeling-or-buying-udemy-courses.html I also run a funny t-shirt store: https://www.waveifyoulike.com

Updated on July 05, 2022

Comments

  • Genadinik
    Genadinik almost 2 years

    I am setting up a repository, and for some reason when I create a repository, the directory does not change to displaying the common SVN checkbox.

    Are there any common well-known mistakes that cause that?

    I am using Windows7

    Thanks, Alex