How to use Xcode from the SVN server check out the project source code under MAC

Source: Internet
Author: User
Tags svn

iOS development is updated quickly, this article explains how to use the latest Xcode version (version 6.2 (6C131E)) to get out of the project code from our SVN server check out.

First, locate the source Control menu item in Xcode, and select Check out ...

Enter the address of the project in the SVN server: (It should be noted that the URL here is to write to the project to be checkout, only the SVN root directory will be added to the next certification error.)

The next step is to enter some information about our code warehouse and verify the identity of the individual, parameter meaning: address-project is located in the SVN server file directory, type-to use the version Control tool type, user name-company assigned to your username, password-password , enter in turn, (note: If your company uses SVN, then don't choose git), click Next

Here is the name of your project and choose your project in the local storage location, fill out the Select Check out

If you are using the HTTP protocol, wait for the check out message to complete. If you are the same as me HTTPS encryption protocol, you may see the system pop-up error message. The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! We first visit the SVN server in the terminal to see what error is entered in the terminal: SVN info https://10.10.100.168/svn/ywglapp/trunk, (10.10.100.168 is my server IP) carriage return, Prompt for the following information:
And the hints in Xcode are basically the same, the difference is that we are prompted to accept the authentication information. Of course it is, otherwise we will be so hard to do! Enter "P" to choose permanent acceptance, so xcode won't bother you anymore. Next you can see the update submission record for this project in SVN

liuyongdemacbook-air:~ liuyong$ SVN info https://10.10.100.165/svn/ywglapp/trunk

Authentication Realm:

Password for ' Liuyong ':

Path:trunk

Url:https://10.10.100.168/svn/ywglapp/trunk

Repository Root:https://10.10.100.168/svn/ywglapp

Repository uuid:e6666dd8-d53a-4b40-a325-7ca9194d4139

revision:1664

Node kind:directory

Last Changed Author:lmlin

Last Changed rev:1661

Last Changed date:2015-03-18 16:00:26 +0800 (three, 18 3 2015)

If you already have the server as your own person, then go to Xcode check out there is no problem. If it doesn't work, quit and reboot. Xcode re-repeat the above operation is check out, wait a moment ...

How to use Xcode to get out of the project source code from an SVN server check on your Mac

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.