One, manual backup
Note: If the version is small, can be used Svnadmin dump method for full-volume, incremental backup, easy to operate, flexible
1) First go to the corresponding SVN server Bin package CD C:\Program Files (x86) \VISUALSVN Server\Bin
2) Input Command
Svnadmin dump repository path and name –revision the last exported version number: to this minor export to the version number –incremental > export path and naming
command example: Svnadmin dump D:\Repositories\android-r 183:205--incremental > D:\SVNbackup\android (183-205). Dump
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/7A/0F/wKioL1ah2jmRpayIAAC31fxN6C8472.png "title=" 3.png " alt= "Wkiol1ah2jmrpayiaac31fxn6c8472.png"/>
Second, manual restore (corresponding to the Svnadmin dump method of Backup)
1) First go to the corresponding SVN server Bin package CD C:\Program Files (x86) \VISUALSVN Server\Bin
2) Enter command Svnadmin load the repository target path to restore (directory path folder needs to be created first) < exported backup file name
command example:
Svnadmin Load D:\Repositories\IOS < D:\huanyuantest\IOS (35-45). Dump
SVN manual backup, restore