您的位置:首页 > 其它

SVN 仓库迁移

2016-03-01 12:07 302 查看

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: