Linux Study Notes: svn server Construction

Source: Internet
Author: User
Linux Study Notes: svn server setup-Linux Enterprise Application-Linux server application information. For details, refer to the following section. Download the svn installation file from the http://subversion.tigris.org, the latest version is 1.4.6, but because of the problems related to other software version, I installed here is 1.3.2.
Decompress./configure make install.
Mkdir/home/user/svn
Svnadmin create project where project is the directory of the created project
Svnserve-d-r/home/user/svn where:-d indicates the daemon process and-r indicates the Directory
Cd project
Cd conf
Vi svnserve. conf
Remove the # Before the following statement. Note that there is no space before the statement.
Anon-access = read indicates that anonymous users can only read
Auth-access = write indicates that authorized users can write
Password-db = passwd indicates that passwd is used for permission control.
Vi passwd
Create your own username and password
Client address: svn: // host-ip address // project

Author: Yan Li
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.