Basic knowledge of version MANAGER: Install svn and linuxsvn in linux

Source: Internet
Author: User

Basic knowledge of version MANAGER: Install svn and linuxsvn in linux
Install svn1. install svn yun install-y subversion 2. Create a version library mkdir data/svnroot/myproject. Remarks: ls-la data/svnroot/myproject to view the file 3. initialize the library file svnadmin create/data/svnroot/myproject 4. Enter/data/svnroot/myproject/conf to create the user and password (1) edit the authz file vi. Under the authz group, admin includes aming and user1 [/]. The directory indicates/data/svnroot/myproject @ admin = rw group admin read and write permissions * = r others read-Only permission: [myproject; /] Generally, there are multiple directories under the svnroot directory (2) edit the file passwd // on the left is the user's right is the password aming = 123131 user1 = v123123 (3) edit the configuration file vim svnserver. conf change and add the following content (4) Start up svnserve-d-r/data/svnroot (5) check whether the process has started ps aux | grep svn (6) view the listening interface netstat-lntp

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.