Professional Subversion Hosting
Free SVN Hosting, SSL, ACLs, Petabyte Storage | |||||||||||||||||||||||||||||||||||||||||||||
Namesvn status в€” Print the status of working copy files and directories. DescriptionPrint the status of working copy files and
directories. With no arguments, it prints only locally
modified items (no repository access). With
The first six 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.
The second column tells the status of a file's or directory's properties.
The third column is populated only if the working copy directory is locked. (See the section called в€śSometimes You Just Need to Clean Upв€ť.)
The fourth column is populated only if the item is scheduled for addition-with-history.
The fifth column is populated only if the item is switched relative to its parent (see the section called в€śTraversing Branchesв€ť).
The sixth column is populated with lock information.
The out-of-date information appears in the seventh
column (only if you pass the
The remaining fields are variable width and
delimited by spaces. The working revision is the next
field if the If the The working copy path is always the final field, so it can include spaces. Options--show-updates (-u) --verbose (-v) --non-recursive (-N) --quiet (-q) --no-ignore --username USER --password PASS --no-auth-cache --non-interactive --config-dir DIR --ignore-externals ExamplesThis is the easiest way to find out what changes you have made to your working copy: $ svn status wc M wc/bar.c A + wc/qax.c If you want to find out what files in your working
copy are out-of-date, pass the
$ svn status --show-updates wc
M 965 wc/bar.c
* 965 wc/foo.c
A + 965 wc/qax.c
Status against revision: 981
Note
And finally, the most information you can get out of the status subcommand:
$ svn status --show-updates --verbose wc
M 965 938 sally wc/bar.c
* 965 922 harry wc/foo.c
A + 965 687 harry wc/qax.c
965 687 harry wc/zig.c
Head revision: 981
For many more examples of svn status, see the section called в€śSee an overview of your changesв€ť. | All Plans Include
| ||||||||||||||||||||||||||||||||||||||||||||