Linux SVN server svnserve installation configuration

Source: Internet
Author: User

Svnserve is a lightweight service that communicates with clients using a custom protocol over TCP/IP. The client accesses the Svnserve server through a URL starting with svn://or svn+ssh://.

The SVN server operates in two ways: standalone server svnserve and Apache as a module of Apache to Webdav/deltav protocol communication.
There are two ways in which SVN stores version data: BDB and FSFS. The BDB mode may lock the data when the server is interrupted. FThe SFS method is safer and better compatible.
A Installing Subversion

Apt-get Install Subversion

Two Create a library file
1. Create a folder

mkdir/root/svn/my

2. Create a repository and specify a data storage mode of FSFS

Svnadmin Create--fs-type fsfs/root/svn/my/

User Management

In the repository directory,/root/svn/my has the following folder:

Conf db format Hooks Locks README.txt

The Conf folder has the following files:

Authz Hooks-env.tmpl passwd svnserve.conf

http://www.ttlsa.com/svn/install-svnserve-on-linux/

Linux SVN server svnserve installation configuration

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.