SVN 仓库迁移
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于SVN 仓库迁移的主要内容,如果未能解决你的问题,请参考以下文章