SVN file library migration

Source: Internet
Author: User
SVN file library migration company used SVN installed in windows2003 for more than a year. now we feel it is very slow and we strongly demand to change it to a linux platform. Installing subversion in linux is quite simple, so I won't say much about it. it will soon be installed. Now the question is, how to flatten windows... SVN file library migration company used SVN installed in windows2003 for more than a year. now we feel it is very slow and we strongly demand to change it to a linux platform. Installing subversion in linux is quite simple, so I won't say much about it. it will soon be installed. Now the question is, how can we migrate svn data from windows to linux? I think they have different storage formats and different svn versions. they should not be able to directly copy the library files under repository. due to the time relationship, this test was not performed. After checking the information on the Internet, run dump load. detailed steps: 1. Export: in windows, open the command window and enter the following Directory: "c: \ Program Files \ VisualSVN Server \ bin \ "run: svnadmin.exe enter the following command and run: svnadmin dump D: \ Repositories \ TestProject> D: \ svndumpfile \ TestProject_20090722.dump 2. copy the dump file to the target machine. 3. create a repository on the target machine: svnadmin create D: /repositories/TestProject and check whether the folder permission needs to be modified. 4. run the command svnadmin load: svnadmin load D:/repositories/TestProject <D:/TestProject_20090722.dump-after the source database is exported, the dump file will be about 2.5 times the size of the original one. Note that the disk space is retained.

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.