Svn migration between two computers
After changing the computer, the svn data on the original machine cannot be lost and needs to be migrated to the new laptop.
I have read the migration methods of many netizens. Most of them use the Import and Export methods provided by svn, I figured out how to export data normally if the machine where svn is located is broken ??!!!
I will not follow the svn standard practice.
Download VisualSVN-Server-3.3.1-x64.msi and install VisualSVN-Server-3.3.1-x64.msi, set repositorys location to E: \ svn_abc \
From the svn repository of the old notebook, only copy the directory of Each repository folder to the repositorys root directory E: \ svn_abc \ of the new notebook, the control file in the root path of the repositorys does not need to be copied to refresh the Repositorys of the VisualSVN Server, you can find that all the copied projects have been flushed out, and then configure the user name and password in VisualSVN Serve, as well as the user permissions of each project to install the svn client: tortoiseSVN-1.8.11.26392-x64-svn-1.8.13.msi using svn client checkout svn project OK! Success !!!
Svn migration will be performed in the future (this method is absolutely reliable as long as the hard disk data can be read out when the machine breaks down !!!!!!