How to perform SVN data migration and save version Number data

Source: Internet
Author: User

How to migrate an existing SVN project from one server 192.168.1.100 to another server 192.168.1.110, perform SVN data migration and save version Number data, detailed below.

  1. Locate the Bin folder in the installation directory for VISUALSVN server in the 192.168.1.100 server

  2. Open cmd to enter here Path CD C:\Program files\visualsvn Server\Bin, then enter
  3. Open the VISUALSVN server on the 192.168.1.100 server and select the SVN repository you're going to be around

  4. Go to the cmd window you just opened, C:\Program files\visualsvn server\bin>svnadmin dump C:\Repositories\iControl.Report > C:\test\ IControl.Report.dump to export the repository data.


    The following are the results of the execution:

  5. The exported iControl.Report.dump file is then copied to the 192.168.1.110 E:\test directory.

  6. Locate the Bin folder in the installation directory of the 192.168.8.2 server in VisualSVN server.

  7. Open cmd to enter here path C:\Program Files (x86) \visualsvn Server\Bin, and then enter.

  8. Open the VISUALSVN server on the 192.168.1.110 server and create the repository Icontrol.report you are about to save, which is the default step in the creation process.

  9. Open the cmd window just now, svnadmin load D:\Repositories\iControl.Report < E:\test\iControl.Report.dump to import the backed up data into the repository.

    The following is the execution process information:

How to perform SVN data migration and save version Number data

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.