svn status

文件或目录的状态对照信息

    First column: Says ifitem was added, deleted, or otherwise changed

      ' ' no modifications

      'A' Added

      'C' Conflicted

      'D' Deleted

      'I' Ignored

      'M' Modified

      'R' Replaced

      'X' an unversioned directory created by an externals definition

      '?' item is notunder version control

      '!' item is missing(removed by non-svn command) or incomplete

      '~' versioned itemobstructed by some item of a different kind

    Second column:Modifications of a file's or directory's properties

      ' ' no modifications

      'C' Conflicted

      'M' Modified

    Third column: Whetherthe working copy directory is locked

      ' ' not locked

      'L' locked

    Fourth column: Scheduledcommit will contain addition-with-history

      ' ' no historyscheduled with commit

      '+' historyscheduled with commit

    Fifth column: Whetherthe item is switched or a file external

      ' ' normal

      'S' the item has aSwitched URL relative to the parent

      'X' a versioned filecreated by an eXternals definition

    Sixth column:Repository lock token

      (without -u)

      ' ' no lock token

      'K' lock tokenpresent

      (with -u)

      ' ' not locked inrepository, no lock token

      'K' locked inrepository, lock toKen present

      'O' locked inrepository, lock token in some Other working copy

      'T' locked inrepository, lock token present but sTolen

      'B' not locked inrepository, lock token present but Broken

    Seventh column:Whether the item is the victim of a tree conflict

      ' ' normal

      'C' tree-Conflicted

你可能感兴趣的:(svn status)