6

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

CanSpice
  • 34,814
  • 10
  • 72
  • 86
Genadinik
  • 18,153
  • 63
  • 185
  • 284

6 Answers6

6

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.

Albin Sunnanbo
  • 46,430
  • 8
  • 69
  • 108
4

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

Select Shell.

Scott Jones
  • 175
  • 2
  • 12
3

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:

Community
  • 1
  • 1
Martin Buberl
  • 45,844
  • 25
  • 100
  • 144
2

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"

GreyRoofPigeon
  • 17,833
  • 4
  • 36
  • 59
wolfpile
  • 151
  • 1
  • 8
1

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

user111
  • 397
  • 3
  • 13
1

In Windows:

  • Run regedit.exe in start/windows.
  • open the path, Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers
  • Delete/Export all OneDrive entries.
  • Restart the machine.

Hope it helps.

Pankaj
  • 121
  • 7