SVN 仓库迁移

Step 1: Backup your old Repository

svnadmin dump /path/to/repository > repo_name.svn_dump

Step 2: Create the new Repository

svnadmin create /path/to/repository

Step 3: Import your old repository into the new one

svnadmin load /path/to/repository < repo_name.svn_dump

 

posted @ 2016-03-01 12:07  RushoutAsia  阅读(365)  评论(0编辑  收藏  举报