Search code examples
svnsvnserve

How to copy a Subversion repository to another repository


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.


Solution

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