SVN Letter Codes

It’s surprisingly hard to find these defined anywhere, so here they are.

SVN Letter Codes

U
Working file was updated
G
Changes on the repo were automatically merged into the working copy
M
Working copy is modified
C
This file conflicts with the version in the repo (see Conflicts below)

?
This file is not under version control
!
This file is under version control but is missing or incomplete

A
This file will be added to version control (after commit)
A +
This file will be moved (after commit)
D
This file will be deleted (after commit)

Source

2 thoughts on “SVN Letter Codes

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>