bzr-svn explanation in users guide should say how to convert using bind and unbind
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
The explanation here:
http://
made me nervous because it sounded to me like I would have to choose between two different styles of workflow up front and never be able to change that decision.
But thanks to some folks on #bzr I learned that there is no "lock-in". After you create bzr-svn repo of one type or the other, you can switch it to the other type quite easily using bzr bind and unbind. (And you can see which it currently is using bzr info).
After explaining the two different ways to use bzr-svn, I think it would be useful for the guide to explain that if you change your mind you can always switch later, and then explain how to do that.
tags: | added: doc |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
tags: | added: bind |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
importance: | Wishlist → Low |
This behaviour is in no way specific to bzr-svn, so I don't think this is something that should be mentioned in the bzr-svn part of the user-guide specifically. If it's unclear, this should rather be fixed in the general documentation of branches/checkouts.