You are hereMoving a Subversion Repository to Another Server

Moving a Subversion Repository to Another Server


By steve - Posted on 28 December 2007

I found a great article here about how to move a subversion repository to another server and it saved me some time. So, basically, here is what it says;

On old server:

#svnadmin dump /path/to/repository > repository-name.dmp

On new server:

#cd /path/to/new-repository
#svnadmin create repository-name
#svnadmin load repository-name< repository-name.dmp
Tags

Comments

Did this help you? You can help me!


Did you find this information helpful? You can help me back by linking to this page, purchasing from my sponsors, or posting a comment!


+One me on Google:


Follow me on twitter: http://twitter.com/mojocode