Merging a project into another

Asked by Edmundo

Is it possible to merge a bzr project into a completely unrelated project so that they become one? I'd like to make a project I'm handling into a subproject of another and I don't want to lose all the revisions and stuff I've made on it.

I tried with a mortal merge, but it didn't work. Any ideas?

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
John A Meinel (jameinel) said :
#1

There is the 'bzr-merge-into' plugin that can help, or you can do it manually with:

bzr merge -r 0..-1 ../other-project
and then rename the files to where you want them to be in the new project.

Can you help with this problem?

Provide an answer of your own, or ask Edmundo for more information if necessary.

To post a message you must log in.