-1

We have two svn repositories Repo-A on machine 1 and Repo-B on machine 2.

What are the different and ideal approaches to merge the repositories into one in the below mentioned way?,

Merge Repo B machine 2 into Repo-A machine 1 keeping all the history of Repo-B machine 2 intact.

The srucuture for both the repos are as below,

Repo-A,

Root --Project1 --tags --branches

--Project2 --tags --branches

Repo-B --Project3 --tags --branches

--Project4 --tags --branches

Any help in this regard will be highly appreciated. Thanks in advance.

  • possible duplicate of [Moving SVN repositories data with history as subfolders into another repository](http://stackoverflow.com/questions/11563031/moving-svn-repositories-data-with-history-as-subfolders-into-another-repository) – bahrep Jul 24 '14 at 09:25

1 Answers1

0

svnadmin dump + svnadmin load are your best friends

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110