Categories
PHP

svn status codes

svn status [PATH…]

The first seven columns in the output are each one character wide, and each column gives you information about a different aspect of each working copy item.

For each updated item a line will start with a character reporting the action taken. These characters have the following meaning:

  • U: Working file was updated
  • G: Changes on the repo were automatically merged into the working copy
  • M: Working copy is modified
  • C: This file conflicts with the version in the repo
  • ?: This file is not under version control
  • !: This file is under version control but is missing or incomplete
  • A: This file will be added to version control (after commit)
  • A+: This file will be moved (after commit)
  • D: This file will be deleted (after commit)
  • S: This signifies that the file or directory has been switched from the path of the rest of the working copy (using svn switch) to a branch
  • I: Ignored
  • X: External definition
  • ~: Type changed
  • R: This file got replaced. / Item has been replaced in your working copy. This means the file was scheduled for deletion, and then a new file with the same name was scheduled for addition in its place.
  • E: Existed

A character in the first column signifies an update to the actual file, while updates to the file’s props are shown in the second column.

'Coz sharing is caring

By Swatantra Kumar

Swatantra is an engineering leader with a successful record in building, nurturing, managing, and leading a multi-disciplinary, diverse, and distributed team of engineers and managers developing and delivering solutions. Professionally, he oversees solution design-development-delivery, cloud transition, IT strategies, technical and organizational leadership, TOM, IT governance, digital transformation, Innovation, stakeholder management, management consulting, and technology vision & strategy. When he's not working, he enjoys reading about and working with new technologies, and trying to get his friends to make the move to new web trends. He has written, co-written, and published many articles in international journals, on various domains/topics including Open Source, Networks, Low-Code, Mobile Technologies, and Business Intelligence. He made a proposal for an information management system at the University level during his graduation days.

One reply on “svn status codes”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.