Difference between revisions of "Common SVN status messages"

From Notes_Wiki
m
m
 
Line 1: Line 1:
<yambe:breadcrumb>Subversion|Subversion</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Versioning tools]] > [[Subversion|Subversion (SVN)]] > [[Common SVN status messages]]
=Common SVN status messages=


Common SVN status messages are:
Common SVN status messages are:
Line 21: Line 20:


List is obtained from http://stackoverflow.com/questions/2034/what-do-the-result-codes-in-svn-mean
List is obtained from http://stackoverflow.com/questions/2034/what-do-the-result-codes-in-svn-mean
<yambe:breadcrumb>Subversion|Subversion</yambe:breadcrumb>
 
 
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Versioning tools]] > [[Subversion|Subversion (SVN)]] > [[Common SVN status messages]]

Latest revision as of 15:36, 24 August 2022

Home > CentOS > CentOS 6.x > Versioning tools > Subversion (SVN) > Common SVN status messages

Common SVN status messages are:

    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

List is obtained from http://stackoverflow.com/questions/2034/what-do-the-result-codes-in-svn-mean


Home > CentOS > CentOS 6.x > Versioning tools > Subversion (SVN) > Common SVN status messages