Svn server for IOS development and svn for ios development

Source: Internet
Author: User

Svn server for IOS development and svn for ios development
Svn server for IOS development 1. SVN server address

Create an SVN server by yourself. mac 10.9 has svnadmin by default, so you only need to configure it.

2. Configure svn 2.1. create a version Library

Open the terminal and enter the command line

Mkdir ~ /Repository

Svnadmin create ~ /Repository

 

2. modify the configuration shift + I for editing

Vi open svnserve. conf, passwd, and authz for editing

Svnserve. conf: [general] anon-access = read auth-access = write password-db = passwd: add User [users] harry = harryssecret sally = sallyssecret authz: Set permission [groups] [/] harry = rwsally = rw

 

2. 3. Start the SVN Service

Svnserve-d-r ~ /Repository

No output is correct.

2.4. connection information

Versions connection:

Address: svn: // localhost (@ harry is automatically added)

Username: harry

Password: harryssecret

3. Use of the Versions Tool

Note:

1. After project import enters Versions (the original project does not have SVN, delete it ),

Check out: checkout (check the file after checkout, and you will find an additional. svn file)

For group cooperation projects, you need to download new code from svn every day.

2. Right-click the update project and choose update at least once a day.

3. Modify, add, and delete files

Modify and submit again

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.