user1340582
user1340582

Reputation: 19729

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.

Upvotes: 3

Views: 11472

Answers (1)

bahrep
bahrep

Reputation: 30662

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

Upvotes: 3

Related Questions