Svn - Status

Card Puncher Data Processing

About

status gives you information on your files.

Management

Default

  • only locally modified items (no network access)
svn status
# or
svn st

Verbose

  • print full revision information on every item.
svn st -v
2335     2334 hotitem\gerard .
              2335     2334 hotitem\gerard dir
M             2335     2334 hotitem\gerard dir/script1
              2335     2299 hotitem\gerard dir/script2

where (see help svn help status for more info)

  • M means modified
  • 2335 is the working revision
  • 2334 is the last commited version
  • hotitem\gerard is the commited author
  • . or dir is the path







Share this page:
Follow us:
Task Runner