SVN repository and related configuration under Linux

Source: Internet
Author: User
Tags svn

1. Install SVN software

Yum Install Subversion-y

2. Build the root directory of the library, which is the root directory for all libraries (path:/home/svn-server/), then enter this directory

mkdir/home/svn-server/

cd/home/svn-server/

3. Set up the repository in the root directory SVN database test

Svnadmin Create test

4. Enter the Conf directory of the SVN repository directory and modify the svnserve.conf file

Under [General]
#anon-access = Read
#auth-access = writ
#password-db = passwd
#authz-db = Authz
The comments are removed

6. Enter the Conf directory of the SVN repository directory, modify the passwd file, and in the [Users] section, add the user name and password

For example:

User1 = 123456

7. Enter the Conf directory of the SVN repository directory, modify the Authz file, add the user's directory control permissions in the repository

For example:

[test:/]

User1 = RW

8. Run SVN service, svnserve-d-R directory Name

For example:

Svnserve-d-r/home/svn-server/

9. Export the library test

Export Address:

svn://127.0.0.1/test/

Participation Information:

1, SVN server start, restart, stop and other operational scripts (http://blog.csdn.net/long7181226/article/details/22316795)

2. Detailed analysis of svnserve configuration file (http://blog.csdn.net/thinkerabc/article/details/1831025)

3, Four steps to easily start the Svnserve service (http://developer.51cto.com/art/201006/203476.htm)

SVN repository and related configuration under Linux

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.