what is an "active branch"?
I have a shared repository with a trunk branch. I created a new branch to work on a bug fix, and merged that branch in the trunk. Now I would like to remove the bug fix branch from my hard drive. There is a bzr rmbranch command which looks like what I'm looking for, bug when I try it, I get a strange error message:
bzr: ERROR: Branch is active. Use --force to remove it.
I don't want to mess things up. The documentation for that command is terse and not very helpful in this case. And the user manual does not say much about removing branches working trees after they've been used.
So this is 4 questions:
1. how can I tell that a branch is active?
2. how can I "deactivate" a branch?
3. is it safe to use bzr rmbranch --force on my branch?
4. should I not bother and just rm -rf the working tree for the branch?
Thanks in advance
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Alexandre Fayolle - camptocamp for more information if necessary.