Some content needs to be set for parsing Xcode using SVN

Source: Internet
Author: User

AnalysisXcodeUseSVNYou need to configure some content to be introduced in this article.SVNWhat do I need to set after configuration? This article will solve the problem for you. Let's take a look at the details.

In ~ /. Set it in the subversion/config file.

Find:

 
 
  1. # global-ignores 

Add the following content:

 
 
  1. global-ignores = build *~.nib *.so *.pbxuser *.mode* *.perspective* 

Because the build directory does not need to be submitted, it is a build file. In addition, there are files with the suffix mode1v3 and pbxuser, which are Xcode user files. Other files are temporary files or constructed files.

In addition, you need to open the comments for this line:

 
 
  1. # enable-auto-props = yes 

Also, in:

 
 
  1. [auto-props] 

Add some attributes of the file suffix below:

 
 
  1. mode* = svn:mime-type=text/X-xcode   
  2.  
  3. pbxuser = svn:mime-type=text/X-xcode   
  4.  
  5. perspective* = svn:mime-type=text/X-xcode   
  6.  
  7. pbxproj = svn:mime-type=text/X-xcode 

Summary: AnalysisXcodeUseSVNYou have already completed the introduction of some content. I hope this article will help you!

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.