Linux Install latest version 2014_11_20

Source: Internet
Author: User
Tags svn client

First, install SVN

Yum Install -y subversion-*

Result is
Complete is the right

View SVN version number

Svnserve--version

1.6.11 version

Mkdir/opt/svndata
Cd/opt/svndata
Mkdir–p/opt/svndata/javaweb
Svnadmin Create/opt/svndata/javaweb

-------------------
Then copy the Baidu cloud under this folder under the Auth passwd SEv etc three folders
Useradd SSS
passwd SSS (Enter the password Gr. )
Chown-r Sss:sss/svndata

Start SVN

Svnserve-d-r/opt/svndata

To see if the port is open

NETSTAT-ANTP | grep SVN

Close SVN

Killall

Install the SVN client under Windows, or open eclipse

New resource pool file

SVN://IP address/javaweb

Can

Reference article: http://www.cnblogs.com/bluewelkin/p/3853538.html

Second, Java

1, Cd/opt/svndata
Mkdir–p/opt/svndata/java
Svnadmin Create/opt/svndata/java

2, copy Javaweb under the Conf file "with FTP" overlay Java conf file

3, modify the above three files inside the javaweb for Java can

4, SVN test can be

Third, previous SVN backup migration of another server

1, switch to that directory "can first close Killall svnserve"

Cd/opt/svndata/javaweb

2. Backup

Svnadmin Dump Javaweb > JAVAWEB3

4. Backup

Svnadmin dump java > JAVA3


5. Download it with FTP

6. Immigration

Svnadmin Load Javaweb < JAVAWEB3
Svnadmin Load Java < JAVA3

7.

-D  -r/opt/svndata Boot

Linux Install latest version 2014_11_20

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.