Name
status
Synopsis
svn status [path
...]
Print the status of working copy files and directories.
With no arguments, print only locally modified items (no
repository access). With --show-updates
, add
working revision and server out-of-date information. With
--verbose
, print full revision information on
every item.
The first five columns in the output are each one character wide, and each column gives you information about different aspects of each working copy item.
The first column indicates that an item was added, deleted, or otherwise changed:
space |
No modifications. |
|
Item is scheduled for addition. |
|
Item is scheduled for deletion. |
|
Item has been modified. |
|
Item is in conflict with updates received from the repository. |
|
Item is related to an externals definition. |
|
Item is being ignored (e.g.,
with the |
|
Item is not under version control. |
|
Item is missing (e.g., you moved or deleted it without using svn). This also indicates that a directory is incomplete (a checkout or update was interrupted). |
|
Item is versioned as a directory, but has been replaced by a file, or vice versa. |
The second column tells the status of a file’s or directory’s properties:
space |
No modifications. |
|
Properties for this item have been modified. |
|
Properties for this item are in conflict with property updates received from the repository. |
The third column is populated only if the working copy directory is locked:
space |
Item is ... |
Get Unix in a Nutshell, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.