Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.

Overlay icons

Solution Explorer with svn overlay icons.

The state of a file or a directory is shown in the solution explorer by an overlay icon, which can be one of the following :

Normal status, the file/directory has not been modified since it's checkout form the repository.

Modified status, the file/directory has been changed and is different from the one stored in the repository.

There's a conflict on the file.

The file/directory is scheduled for addition (it will be added to the repository when committed).

The file/directory is scheduled for deletion (it will be deleted in the repository when committed).

This icon means that the file is readonly, and you need to get a lock on it to be able to work with it (svn only).

The file has been locked by you, you need to remove the lock once finished, to allow others to work on this file (svn only).

(These icons have been provided by the TortoiseSVN team : http://tortoisesvn.tigris.org/)