SVN respository migration

The following is taken from here.

To dump the respository execute the following
svnadmin dump /path/to/your/repo > yourreporname.dump

Then to put it in a new repository do the following
cd /path/to/your/new/repo
svnadmin create reponame
svnadmin load reponame < yourreponame.dump

No comments: