In the left-side Navigation Pane of xcode, mark "A", & quot; M & quot;, & quot ;? & Quot ;...... And other symbols ???, Xcode

Source: Internet
Author: User

In the left-side Navigation Pane of xcode, mark "A", "M ","? "...... And other symbols ???, Xcode

"M" = Locally modified
"U" = Updated in repository
"A" = Locally added
"D" = Locally deleted
"I" = Ignored
"R" = Replaced in the repository
"-" "=" The contents of the folder have mixed status; display the contents to see The individual status
"? "= Not under source control


'New'

'D' Delete
Modify 'M'
'R' substitution
'C' conflict
'I' ignore
'? 'Uncontrolled
'! 'Loss, usually caused by direct deletion of controlled files

These tags are related to the Code hosting tool you are using or the svn code hosting tool that comes with xcode. How to eliminate them:

1. In the code, a file is marked with "M", indicating that the file has been modified and must be commit.
(Right-click the file and choose source control> commit selected file ...)
2. A file in the Code is marked with A "A" mark, indicating that the file is newly added and has been managed by SVN and requires commit.
(Right-click the file and choose source control> commit selected file ...)
3. A file in the Code is followed by "?" Tag, indicating that the file is newly added and is out of SVN management. First, add and commit.
(Right-click the file and choose "source control"> "Add" to change the file tag to "A" and then click "commit)
4. In the code, a file is marked with "D", indicating that the file has been deleted on the server. In this case, you can delete the local file after update.
5. A file in the Code is marked with "C", indicating that the file conflicts with the file on the server.




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.