HOWTO fix: bzr join error of “Trees have the same root”

From https://answers.launchpad.net/bzr/+question/71563

you can do it from within Python like this:
>>> import bzrlib.workingtree
>>> bzrlib.workingtree.WorkingTree.open(“subdir2”).set_root_id(“tree_root_subdir2”)

Hopefully I can find this easily in the future (have had to use it before)

2 thoughts on “HOWTO fix: bzr join error of “Trees have the same root”

  1. Pingback: Drizzle testing – now with more server stressing goodness! » workcenter220

  2. Pingback: Drizzle / dbqp updates » workcenter220

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.