Bazaar merge identical files
Posted
by Kristopher Ives
on Super User
See other posts from Super User
or by Kristopher Ives
Published on 2010-04-07T18:41:35Z
Indexed on
2010/04/07
18:53 UTC
Read the original article
Hit count: 481
I have two Bazaar (bzr) repositories that have very similar content. I'm trying to identify the differences and incrementally synchronize. My current strategy is to bzr add
files to both repos and then use bzr merge
to identify and resolve conflicts. The problem is that even if the file contents are identical it creates a conflict and a .moved
file.
What can I do to stop these conflicts or use a better workflow?
© Super User or respective owner