Linux (CentOS) builds SVN server

Source: Internet
Author: User
Tags svn
The installation steps are as follows:

1. Yum Install Subversion

2. Enter RPM-QL subversion to view the installation location, such as: we know that SVN generated several binaries in the bin directory.  Enter SVN--help to see how SVN is used, such as. 3, create the SVN repository directory mkdir-p/var/svn/svnrepos 4, create a repository svnadmin create/var/svn/svnrepos executed this command after the/var/svn/ Svnrepos directory generated below these files 5, into the Conf directory (the SVN repository configuration file) Authz file is the rights control file passwd is the account password file svnserve.conf SVN service profile 6, set the account password VI passwd in the [ Users] block add user and password, format: account = password, such as Dan=dan 7, set permissions VI authz Add the following code at the end: [/]dan=rww=r means that the repository's root directory Dan has read and write permissions, and W only reads permissions. 8, modify svnserve.conf file VI svnserve.conf Open a few comments: Anon-access = read #匿名用户可读auth-access = write #授权用户可写password-db = passwd # Which file to use as account file Authz-db = Authz #使用哪个文件作为权限文件realm =/var/svn/svnrepos # Certified space name, Repository directory 9, start SVN repository svnserve-d-r/var/svn/svn Repos

10, test a new test folder on Windows, under the folder right-click SVN Checkout (To install TORTOISESVN): Fill in the SVN address, such as:

Enter a password, such as:

Linux (CentOS) builds SVN server

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.