11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Subversion</strong> Complete ReferenceNamesvn status — Print the status of working copy files and directories.Synopsissvn status [PATH...]DescriptionPrint the status of working copy files and directories. With no arguments, it prints only locallymodified items (no repository access). With --show-updates, it adds working revisionand server out-of-date information. With --verbose, it prints full revision informationon every item. With --quiet, it prints only summary information about locally modifieditems.The first six columns in the output are each one character wide, and each column givesyou information about different aspects of each working copy item.The first column indicates that an item was added, deleted, or otherwise changed:' 'No modifications.'A'Item is scheduled for addition.'D'Item is scheduled for deletion.'M'Item has been modified.'R'Item has been replaced in your working copy. This means the file was scheduled fordeletion, and then a new file <strong>with</strong> the same name was scheduled for addition in itsplace.'C'The contents (as opposed to the properties) of the item conflict <strong>with</strong> updates receivedfrom the repository.'X'Item is present because of an externals definition.'I'Item is being ignored (e.g., <strong>with</strong> the svn:ignore property).'?'Item is not under version control.'!'Item is missing (e.g., you moved or deleted it <strong>with</strong>out using svn). This also indicatesthat a directory is incomplete (a checkout or update was interrupted).'~'Item is versioned as one kind of object (file, directory, link), but has been replaced by adifferent kind of object.284

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!