The svn migration steps are as follows: 1. export the original Repository as a file svnadmindump/home/svnroot/repository1/version Library name & gt; repos description:/home/svnroot/repository1/is the address of my svn inventory. 2. use scp to transmit the repos to the new server. scpreposroot @ ip:/root3. configure the same svn environment on the new server. for example, the steps for migrating svnadsvn are as follows: 1. export the original Repository as a file svnadmin dump/home/svnroot/repository1/
Version database name> Repos: The/home/svnroot/repository1/address of my svn inventory. 2. use scp to transmit repos to the new server. scp repos root @ ip:/root3. configure the same svn environment on the new server, for example, svnadmin create/home/svnroot/repository14. to create a new version Library, switch to the svnroot Directory: # su-svnroot to create a new version Library: svnadmin create/home/svnroot/repository1/ademo5. import repos into the new library svnadmin load/home/svnroot/repository1/ademo </root/repos6. after verification, if there is no problem, you can notify programmers to use it.