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

3 Responses to “SVN Letter Codes”

  1. Alberto says:

    Nice. Just miss the L. Was searching for it :)

  2. thank you says:

    thank you

  3. Karol says:

    svn help status
    will give you full list of letters and signs and what they mean

Leave a Reply