No WorkingTree exists after branching

Asked by Xue Fuqiao

I'd like to initialize my local bzr repo for Emacs after installing bzr. Here's my procedure:

$ cd emacs-repo/
$ bzr init-repo main/
$ cd main/
$ bzr branch bzr+ssh://<email address hidden>/emacs/trunk trunk
Branched 114635 revisions.

Then I tried "bzr st":
$ bzr st
bzr: ERROR: No WorkingTree exists for "file:///home/xfq/emacs-repo/main/trunk/.bzr/checkout/".

"ls" without options has no output, either. I'm not sure why. I read the output of "bzr help branch" and searched existing FAQs/questions but didn't get anything that looked promising. Can anyone point me in the right direction?

---------------------------------------------------------------------------------------------------
Here's my output of "bzr --version":
Bazaar (bzr) 2.6.0dev3
  Python interpreter: /usr/bin/python 2.7.4
  Python standard library: /usr/lib/python2.7
  Platform: Linux-3.8.0-31-generic-x86_64-with-Ubuntu-13.04-raring
  bzrlib: /usr/lib/python2.7/dist-packages/bzrlib
  Bazaar configuration: /home/xfq/.bazaar
  Bazaar log file: /home/xfq/.bzr.log

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vincent Ladeuil (vila) said :
#1

Sounds like you're on the right track with using --no-plugins. As mentioned in my reply on the mailing list (which crossed your email on the wires), you can segregate between bzr core plugins, user and system-wide ones with BZR_PLUGINS_PATH.

Can you help with this problem?

Provide an answer of your own, or ask Xue Fuqiao for more information if necessary.

To post a message you must log in.