Linux SVN User Configuration

Source: Internet
Author: User
Tags svn svn update

1: Create a directory to store the warehouse

Mkdir-p/home/svn/

2: Create SVN repository

Svnadmin Create/home/svn/evansource

3: Configure the warehouse (altogether three folders auzhz, passwd, svnserve.conf)

The above three files are saved in the Ecansource/conf folder

VI Authz

VI svnserve.conf

VI passwd

Based on the above three steps, the SVN user's configuration is completed, and the user can move out of the project under Linux or under Windows.

Add:

Start SVN
sudo svnserve-d-r/home/data/svn/

Where-D represents the daemon and-R indicates execution in the background
/home/data/svn/the installation directory for SVN

Close SVN
Ps-ef|grep svnserve View Process


Root 4967 1 0 Aug23? 00:00:00 svnserve-d-R repository/

Here kill 4967 kills the process, this 4967 is the process number

An explanation of the SVN command

SVN checkout Svn://127.0.0.1/evan_test

SVN Co

SVN Update/var/www/html/evan

SVN up

Linux SVN User 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.