Tuesday, December 4, 2007

Moving a Subversion Repository

To move a repository, first you need to create a dump of the old repository. This can be done with the command svnadmin dump /Path/to/Repository >Repository-name.dmp. This dump can be loaded by doing the svnadmin load Repository-name <repository-name.dmp. It's just that easy.

No comments: