Cuberick: Merge Bazaar Repositories With No Common Ancestor

Cuberick: Merge Bazaar Repositories With No Common Ancestor: "But what about merging branches with no common ancestor?

Turns out this is pretty easy... In bazaar you can simply do the following:
  • Change directory to the destination working copy.
  • Execute the following command
    bzr merge /path/to/source-working-copy -r0..-1
  • Note the -r0..-1 part of the command. This tells bazaar to merge a range of revisions from the first revision to the most current.
  • Now review and commit the changes. Notice that bazaar gives you an indication that all history is preserved by displaying a list of checkin comments. Nice.


- Sent using Google Toolbar"

Comments

Popular posts from this blog

How to use the Inbox Repair Tool to recover messages in Outlook 2000 that is installed with Internet Mail Only option

Repair corrupt Outlook PST files with two Microsoft utilities

Repair corrupt Outlook PST files with two Microsoft utilities