How to install svn using yum in linux, and how to install linuxyumsvn

Source: Internet
Author: User

How to install svn using yum in linux, and how to install linuxyumsvn

After installing the yum source, install mysql, svn and so on will become quite simple, the following will be simple to install svn with yum, on the yum source configuration please refer to: http://blog.csdn.net/tjcyjd/article/details/41646889

1. Install svn
Yum-y install subversion

2. Create and configure the version library directory
Mkdir-p/var/www/svndatasvnserve-d-r/var/www/svndata

3. Create a version Library: Create a New Subversion Project
Svnadmin create/var/www/svndata/subversion_project

4. Configure to allow user kinder access
Cd/var/www/svndata/subversion_project/confvi svnserve. confanon-access = noneauth-access = writepassword-db = passwdvi passwd [users] kinder = 123456

5. Client Connection (if svn is not enabled, enable svnserve-d-r/var/www/svndata)
Svn co svn: // 127.0.0.1/subversion_project
Username: kinder
Password 123456


Basically complete the installation, problems in the intermediate process or other configuration, go to Baidu Google .....


The end...

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.