How to merge a foreign branch?
Here are two repositories, A and B. A has several branches like trunk, feat1 and feat2. One day it was decided that a new software project B should be created. Repository B was born. Then we copied the files from the last revision of A/feat1 (rev 87) to B/trunk (committed as rev 1).
There were some commits on A/trunk, A/feat1, A/feat2 and B/trunk during the last months. Now we want to re-integrate B/trunk as A/feat1. Rev 2 of B/trunk should be rev 88 of A/feat1, rev 3 of B/trunk should be rev 89 of A/feat1 and so on.
But how can we do this? Merging from a foreign branch ("bzr merge B/trunk -r 1..2" when run from A/feat1's working tree) don't seem to be the right way for this, because this fails horribly with a great collection of different conflicts.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- André Bachmann
- Solved:
- Last query:
- Last reply: