SVN Merge two reposiories - what about the UUIDs?

Posted by grant007 on Server Fault See other posts from Server Fault or by grant007
Published on 2010-02-25T20:40:06Z Indexed on 2010/04/21 12:03 UTC
Read the original article Hit count: 347

Filed under:
|
|
|

Hi,

This is my scenario:

Originally had two seperate repositories, I need to merge these into one repository. I don't care too much about the history in these repositories. I created a new repository and can import the repositories no problem.

The issue is with users working copies, I can ask them to

switch --relocate

them however there is the issue of the UUID which will be different for each original repository: I can only reassign the UUID in the new repository to match one of the original repositories.

So what is the best method to resolve this issue? (I suspect/hope I am going about this wrong...) Any ideas appreciated!

-Grant.

© Server Fault or respective owner

Related posts about svn

Related posts about merge