How to copy a Subversion repository to another repository

svn, svnserve

Solution

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

Problem

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.

Original source