[]RSS

About Archives Artwork Comic Contact Philosophy Projects Tags

SVN Status code cheatsheet

[Comment]

July 21st, 2008 in Howto. Micro Blog

Here’s a quick cheatsheet for svn stat codes, as I can never find a good one when I need it.1

    U        Local file updated
    G        Local file safely merged
    M        Local file has been modified, needs to be checked in
    C        Local file contains conflicts that need to be resolved
    ?        Local file not in repository
    !        File missing from local copy
    A        Local file scheduled to be added
    A+       Local file scheduled to be moved
    D        Local file scheduled to be deleted
    L        Local file is locked by a running svn command
  1. Note: this is a just a summary of the much better detailed svn help stat. The one some most of my developers are unaware of.