Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does a gray Vee icon mean in TortoiseSvn?

I have a gray Checkbox or 'vee' icon next to a XSL file. It is identical to the usual 'green vee' that appears next to versioned files.

What do it mean?

like image 507
ripper234 Avatar asked May 12 '09 14:05

ripper234


2 Answers

From the TortoiseSVN help:

If you have set the svn:needs-lock property on a file, Subversion makes that file read-only until you get a lock on that file. Such files have this overlay to indicate that you have to get a lock first before you can edit that file.

like image 171
Greg Avatar answered Oct 14 '22 05:10

Greg


if by "Vee" you mean Check mark. then the Grey Check Mark means the file is marked as Read Only.

You can see all the icon overlays in the Tortoise SVN Settings.

 Right Click Explorer
> Tortoise SVN
> Setttings
> Icon Overlay
> Icon Set
like image 45
Eoin Campbell Avatar answered Oct 14 '22 05:10

Eoin Campbell