osx man page for svk::command::status

Query: svk::command::status

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SVK::Command::Status(3) 				User Contributed Perl Documentation				   SVK::Command::Status(3)

NAME
SVK::Command::Status - Display the status of items in the checkout copy
SYNOPSIS
status [PATH..]
OPTIONS
-q [--quiet] : do not display files not under version control --no-ignore : disregard default and svn:ignore property ignores -N [--non-recursive] : do not descend recursively -v [--verbose] : print full revision information on every item
DESCRIPTION
Show pending changes in the checkout copy. The first three columns in the output are each one character wide: First column, says if item was added, deleted, or otherwise changed: ' ' no modifications 'A' Added 'C' Conflicted 'D' Deleted 'I' Ignored 'M' Modified 'R' Replaced '?' item is not under version control '!' item is missing (removed by non-svk command) or incomplete '~' versioned item obstructed 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, scheduled commit will contain addition-with-history ' ' no history scheduled with commit '+' history scheduled with commit Remaining fields are variable width and delimited by spaces: The working revision (with -v) The last committed revision and last committed author (with -v) The working copy path is always the final field, so it can include spaces. Example output: svk status M bar.c A + qax.c svk status --verbose wc M 53 2 sally wc/bar.c 53 51 harry wc/foo.c A + - ? ? wc/qax.c 53 43 harry wc/zig.c 53 20 sally wc perl v5.10.0 2008-08-04 SVK::Command::Status(3)
Related Man Pages
svn_status(3) - php
svn::wc(3) - suse
svk::help::intro(3) - osx
svk::log::changedpath(3) - osx
svn::wc(3perl) - debian
Similar Topics in the Unix Linux Community
list files with modifications <15 minutes
SF.net: Site Status Page released!
REGEX for a Full_PATH/Command --with-options
UNIX CO command for file version history
Exit Status Of Find Command