# Folder Attributes

## Overview

<table><thead><tr><th width="158">Status Letter</th><th>Description</th></tr></thead><tbody><tr><td>A</td><td>Added (This is a new file that has been added to the repository)</td></tr><tr><td>C</td><td>Conflict (There is a conflict in the file)</td></tr><tr><td>D</td><td>Deleted (a file has been deleted)</td></tr><tr><td>M</td><td>Modified (An existing file has been changed)</td></tr><tr><td>R</td><td>Renamed (The file has been renamed)</td></tr><tr><td>U</td><td>Untracked (The file is new or has been changed but has not been added to the repository yet)</td></tr></tbody></table>

## Sources

### Videos

### Articles / Documents

* <https://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.status.html>
* <https://stackoverflow.com/questions/7267390/xcode-letters-beside-files-in-project-navigator>

## See also

* .
