Subversion service-side configuration steps detailed _linux

Source: Internet
Author: User
Tags svn

Configuration process:
1. Install the Subversion Server Software

Copy Code code as follows:

Yum Install Subersion-y
Mkdir-p/DATA/SVN_SVN
Cd/data/svn_svn

2. Create a code Warehouse

Copy Code code as follows:

Svnadmin Create Svn_version

Configure permissions

Copy Code code as follows:

Vim conf/svnserve.conf
Password-db = passwd #取消注释
Anon-access = None
auth-access = Write
Add SVN account
Vim passwd
[Users]
Harry = Harryssecret
Sally = Sallyssecret

svnserve-d-t-r/data/svn_svn #启动svnserver default port
svnserve-d-t-r/data/svn_svns/--listen-port 53535 # Specify port

Submit to version Library

Copy Code code as follows:

SVN import./svn://ip/svn_version

window: Client Test: Install TORTOISESVN log is a little turtle.
Create a new blank folder, right-click "SVN checkout"
ur, input snv://ip/svn_version



Pop-up authentication window: Enter username password








Version Library sync complete



   

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.