Linux svn yum install, boot from boot

Source: Internet
Author: User
Tags svn svn client

1. Whether the query is installed

Rpm-qa Subversion

2. Query the installation version

Svnserve--version

3. Uninstalling the Installation

Yum Remove Subversion

4. Install SVN

Yum Install Subversion

5. Create repository directory (name arbitrary, such as: repos)

mkdir -p/opt/svn/repos

6. Create SVN repository

Svnadmin create/opt/svn/repos/

7. Go to Repository Configuration

cd/opt/svn/repos/conf/

8. Set User and password

passwd

9. Setting access rights control

Vim Authz

10. Setting up the service configuration file

Vim svnserve.conf

11. Start the SVN service

Svnserve-d-R/OPT/SVN

12. View the port, svn default: 3690

Ps-ef|grep Svnserve

13. Modify the port

1) Kill the SVN process first,

Killall Svnserve

2) Restart and modify the SVN port

9999

14.Windows SVN Client Access svn

SVN://IP Address: 9999/repos

15. Set up boot from boot

vim /etc/rc.d/9999

Linux svn yum install, boot from boot

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.