restore

No Image

How to migrate a subversion repository

Take a copy of the subversion repository In order to migrate a subversion repository you must NOT do a plain copy of the database. You must do a DUMP of the repository. svnadmin dump path/to/repository > repository.dump Restore your repository…