bzr: ERROR: Already a branch:

Asked by Tong Sun

Hi,

How to fix the "bzr: ERROR: Already a branch: " error?

I was doing "bzr branch lp:~ubuntu-elisp/emacs/snapshot-packaging emacs-snapshot", and it works fine the first time.
Then I push the changes to my own bzr repo.

Now I want to work from the "lp:~ubuntu-elisp/emacs/snapshot-packaging" repo all over again, so I did,

 mv emacs-recipe emacs-recipe_2013-06-21

Then call "bzr branch lp:~ubuntu-elisp/emacs/snapshot-packaging emacs-snapshot" the same time that I did before. However, this time I get:

 bzr: ERROR: Already a branch: "emacs-snapshot".

How can I fix it?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Tong Sun
Solved:
Last query:
Last reply:
Revision history for this message
Tong Sun (suntong001) said :
#1

shoot, 'mv' the wrong folder. "mv emacs-snapshot emacs-snapshot_2013-06-22" solve the problem.