How do I switch checkout from Bazaar Explorer?
In the command line version of Bazaar, I can use "bzr switch" or "bzr qswitch" to switch checkout. If I point Bazaar Explorer at my local working copy, it recognises it as a checkout (so I can "unbind" if I want to), but the switch option is greyed out. How can I enable this so that I don't have to start a command line to switch checkout?
Steps to reproduce my apparent problem (I didn't know whether this is a real bug, hence posting it as a question):
Command Line:
mkdir -p ~/temp/test-repo
cd ~/temp/test-repo
# Create the repository
bzr init-repo --no-trees .
cd ..
# Create a working copy
mkdir test-wd
cd test-wd/
bzr init
bzr push ../test-repo/trunk
# Turn working copy into checkout
bzr bind ../test-repo/trunk/
# Check that switch works, now a checkout of ../test-
bzr switch -b feature-test
# Switch back to trunk
bzr switch trunk
# Start explorer
bzr explorer &
Click "Open Existing Location"
Click "Open"
Click "Choose" (it defaults to the current directory, which is ~/temp/test-wd
Click on the "Work" toolbar button
"Switch Checkout" is greyed out
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Dr Al for more information if necessary.