The common SVN Status Codes 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 […]
SVN
What is SVN A SVN D SVN U SVN C SVN G
In sub version SVN below characters have the following meaning, for the result codes on the command line. A Added D Deleted U Updated C Conflict G Merged The character in first column says an update to actual file, while updates to the file’s property’s are shown in the second column.