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