Data transfer or renaming between SVN warehouses under Linux __linux

Source: Internet
Author: User

Let's say you transfer data from warehouse A to warehouse B.

A Location:/svndata/a

B Location:/svndata/b You cannot rename a warehouse directly to B, or copy A to a duplicate, and then name the clone b using Svnadmin dump & svnadmin load to create the B warehouse (if B does not exist)

Svnadmin create/svndata/b
Get a warehouse. dump file A.dump
Svnadmin dump/svndata/a > A.dump
Load A.dump into warehouse b
Svnadmin load/svndata/b < A.dump
Use the Dump&load method to copy only a managed file to B, but A's configuration information (password, etc.) is not replicated to B

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.