Set up the SVN server in Ubuntu, using tusvn

Source: Internet
Author: User

Set up the SVN server in Ubuntu, using tusvn

root@iZ25q0jd99eZ:~# sudo apt-get install subversion

 

root@iZ25q0jd99eZ:/etc/subversion# mkdir /svnroot@iZ25q0jd99eZ:/etc/subversion# cd /svn/

Create a version Library

root@iZ25q0jd99eZ:/svn# svnadmin create /svn/sxroot@iZ25q0jd99eZ:/svn# lssxroot@iZ25q0jd99eZ:/svn# ll sxtotal 32drwxr-xr-x 6 root root 4096 May  9 08:39 ./drwxr-xr-x 3 root root 4096 May  9 08:39 ../drwxr-xr-x 2 root root 4096 May  9 08:39 conf/drwxr-sr-x 6 root root 4096 May  9 08:39 db/-r--r--r-- 1 root root    2 May  9 08:39 formatdrwxr-xr-x 2 root root 4096 May  9 08:39 hooks/drwxr-xr-x 2 root root 4096 May  9 08:39 locks/-rw-r--r-- 1 root root  246 May  9 08:39 README.txt

 

root@iZ25q0jd99eZ:/svn/sx/conf# pwd/svn/sx/confroot@iZ25q0jd99eZ:/svn/sx/conf# lsauthz  hooks-env.tmpl  passwd  svnserve.conf

 

root@iZ25q0jd99eZ:/svn/sx/conf# vi svnserve.conf 
[general]

anon-access = none
auth-access = write
password-db = /svn/sx/conf/passwd
authz-db = /svn/sx/conf/authz

 

root@iZ25q0jd99eZ:/svn/sx/conf# vi passwd[users]# harry = harryssecret# sally = sallyssecretadmin01 = 123456user01 = 123

 

root@iZ25q0jd99eZ:/svn/sx/conf# vi authz[groups]# harry_and_sally = harry,sally# harry_sally_and_joe = harry,sally,&joeadminsvn = admin01adminuser = user01[/]@adminsvn = rw[/sx]@adminuser = rw

 

root@iZ25q0jd99eZ:/svn/sx/conf# svnserve -d -r /svn/sxroot@iZ25q0jd99eZ:/svn/sx/conf# ps -ef |grep svnroot     25443     1  0 08:54 ?        00:00:00 svnserve -d -r /svn/sxroot     25445 24814  0 08:54 pts/6    00:00:00 grep --color=auto svn

The above is a single version Library: You must specify a version library when starting !!!!

root@iZ25q0jd99eZ:/svn# svnadmin create /svn/testroot@iZ25q0jd99eZ:/svn# ls /svn/test/conf  db  format  hooks  locks  README.txt

 

root@iZ25q0jd99eZ:/svn/test/conf# vi svnserve.conf
[general]anon-access = noneauth-access = writepassword-db = /svn/test/conf/passwdauthz-db = /svn/test/conf/authz

 

root@iZ25q0jd99eZ:/svn/test/conf# vi passwd [users]# harry = harryssecret# sally = sallyssecretadmintest01 = 123456usertest01 = 123

 

root@iZ25q0jd99eZ:/svn/test/conf# vi authz[groups]# harry_and_sally = harry,sally# harry_sally_and_joe = harry,sally,&joeadminuser = admintest01usertest = usertest01[/]@adminuser = rw[/test]@usertest = rw* =

 

Root @ iZ25q0jd99eZ:/svn/test/conf # ps-ef | grep svnroot 25486 1 0 09:05? 00:00:00 svnserve-d-r/svn/sxroot 25586 24814 0 00:00:00 pts/6 grep -- color = auto svnroot @ iZ25q0jd99eZ: /svn/test/conf # kill-9 25486root @ iZ25q0jd99eZ:/svn/test/conf # svnserve-d-r/svnroot @ iZ25q0jd99eZ: /svn/test/conf # ps-ef | grep svnroot 25590 1 0 09:18? 00:00:00 svnserve-d-r/svn # If multiple version libraries are used, do not specify the version Library (at startup) root 25592 24814 0 00:00:00 pts/6 grep -- color = auto svn

 

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.