How to Move a Subversion Repository from One Remote Server to Another
I was recently asked to move our subversion repository from one server to another. Both of the servers were in remote locations and all I had was ssh access.
I was recently asked to move our subversion repository from one server to another. Both of the servers were in remote locations and all I had was ssh access.
The below describes creating a SVN repository from a CentOS Linux shell followed by importing a SVN repository dump into the newly created repository. This can be useful for many reasons including moving servers or even just moving the location of an SVN repo. If you don’t have subversion installed go ahead and do so…