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.