need to move shared repository to a different machine
I have a need to move a shared repository from one machine to another because the existing machine is being decomissioned. The shared repository has many branches representing the different versions of the same product. Some of these branches are frozen in maintenance mode, meaning no changes from older product branch will be pushed into new product branch.
I am trying to figure out a way to move this shared repository with all these branches to another machine such that the branches in new repository (on new machine) keep the history and all references resolve into the new repository branches.
Graphically, what I have is something like this:
r10.10.10 -->|
r10.4.0 is frozen. r10.5.0 or its children will not be merged into r10.10.10, and none of r10.5.0 except r10.8.0 will be merged into r10.5.0.
After migrating this repository to new machine I need the exact same relation to hold within the new repo.
If I clone these repository or create clones of these branches branches on the new machine, I think they will still refer to the old machine (and the repository and branches therein).
How do I go about achieving what is needed?
Thanks in advance.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask pkommoju for more information if necessary.