How to copy a Subversion repository to another repository

user1340582 picture user1340582 · Mar 14, 2013 · Viewed 10.9k times · Source

We are running an SVN repository with svnserve. We have now created a new svnserve SVN repository on another machine in another network. I would now want to copy the active repository to the new repository. How can I do this? I would like to copy the repository, not move it.

Answer

bahrep picture bahrep · Mar 14, 2013

Copy the repository folder to the other machine or use svnsync to replicate the repository over network.