Linux Quick Configure SVN library

Source: Internet
Author: User

[Author]: Kwu

Subversion is still the first choice for most corporate code management, and this article describes the steps of the Linux quick Configuration svn repository:


1, install the SVN configuration library, which uses centos6.6 's own SVN

Svnserve--version

Display version:

Svnserve, Version 1.6.11 (r934486)


2. Create SVN configuration Warehouse

Mkdir/opt/svn/repositoriessvnadmin create/opt/svn/repositories

3, modify the configuration file, the relevant path

Cd/opt/svn/repositories/conf


1) Authz

[/]ADMIN=RW

2) passwd

[users]# Harry = harryssecret# sally = Sallyssecretadmin = 123456

3) svnserve.conf

[general]anon-access = noneauth-access = writepassword-db = Passwdauthz-db = Authz

4. Start SVN service, corresponding port 3690

Svnserve-d-r/opt/svn/repositories

5. Stop SVN service

Killall Svnserve

or by viewing

Ps-ef|grep SVN

Kill-9 PID


Linux Quick Configure SVN library

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.