Tool-MAC build local SVN server and use cornerstone for local version control

Source: Internet
Author: User
Tags svn

1. On the desktop, see a folder named SVN, and then open the terminal:

Create a mycode warehouse: svnadmin create/users/gaoyizhen736 (the user name of your own Mac)/desktop/svn/mycode

After completion there are the following configuration files:

2. Open the svnserve.conf and remove the previous # 4

# anon-access = Read//read changed to none# auth-access = write# password-db = passwd# authz-db = Authz

  

3. Open password file

[users]gyz=123
Admin=123,

The equivalent of creating two users with a username of gyz,admin password of 123,

4. Open Authz file, modify permissions

 

[groups]users = gyz,admin[/] @users = RW

5. Open terminal, enter command line: svnserve-d-R/USERS/GAOYIZHEN736/DESKTOP/SVN

If there is no response, it is the boot success, in the activity monitor, such as, the boot success

6. Open Corderstone, click on the bottom left corner of the ' + ' select Add Repository, will appear the interface, fill in the parameters can be,

7. Under Conerstone Import the local file, and then must checkout out, back in the checkout out of the new folder modification is good

Reference Source: 75990151

Tool-MAC build local SVN server and use cornerstone for local version control

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.