3

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.

bahrep
  • 29,961
  • 12
  • 103
  • 150
user1340582
  • 19,151
  • 35
  • 115
  • 171

1 Answers1

3

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

bahrep
  • 29,961
  • 12
  • 103
  • 150