SVN migrating from Windows Server to Linux

Source: Internet
Author: User

svn migrating from Windows Server to Linux serverAuthor:headsen Chen 2017-10-16 16:50:32Personal Original, reproduced please specify. Otherwise, legal liability shall be investigated
1,EnterSVNThe installation directory, locatebinthe folder






2, start making dump file

3 . Upload the dump file to local via Windows share, etc. Then ssh connects to the Linux server. upload files to a Linux server using XFTP

4,install the svn service on theLinux server ;

to create the SVN home directory:

Mkdir-p/A/SVN

Create an SVN folder to store the parent Dump file

Mkdir-p/b

Yum-y Install Subversion

Svnadmin Create/a/svn/qianduankaifa

Svnserve-d-r/a/svn/qianduankaifa

Vim/a/svn/qianduankaifa/conf/svnserve.conf

[General]

Anon-access=none

Auth-access=write

password-db=/a/svn/qianduankaifa/conf/passwd

Authz-db=/a/svn/qianduankaifa/conf/authz

Vim/a/svn/qianduankaifa/conf/authz

[/]

Chen=rw

Vim/a/svn/qianduankaifa/conf/passws

Chen=chen123

Pkill Svnserve

Svnserve-d-r/a/svn/

5. import a copy of svn version file on a Linux server.

Svnadmin Load/b/qianduankaifa.dump >/a/svn/qianduankaifa

6, on the Windows client with the turtle svn to detect:






SVN migrating from Windows Server to Linux

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.