ERROR: Not a branch

Asked by Joshua Li

Connected (version 2.0, client Twisted)
Authentication (publickey) successful!
Secsh channel 1 opened.
bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~coalgames/coalgames/alpha/".

Could you help me solve this problem? Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Vikram Dhillon
Solved:
Last query:
Last reply:
Revision history for this message
Best Vikram Dhillon (dhillon-v10) said :
#1

Alright so here's what to do:

When you go to your branch [1] then there will be a command that says
update this branch try that out. Since you first registered your
branch then you will have to do something like this: bzr push
lp:~userid/project-name/branch-name --use-existing-dir (fill in the
right parameters)

[1] https://code.edge.launchpad.net/~coalgames/coalgames/alpha

Regards,
Vikram Dhillon

~~~
There are lots of Linux users who don't care how the kernel works, but
only want to use it. That is a tribute to how good Linux is.
-- Linus Torvalds

On Mon, Dec 21, 2009 at 5:13 PM, Joshua Li
<email address hidden> wrote:
> New question #94820 on Launchpad itself:
> https://answers.launchpad.net/launchpad/+question/94820
>
> Connected (version 2.0, client Twisted)
> Authentication (publickey) successful!
> Secsh channel 1 opened.
> bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~coalgames/coalgames/alpha/".
>
> Could you help me solve this problem? Thank you.
>
> --
> You received this question notification because you are an answer
> contact for Launchpad itself.
>

Revision history for this message
Joshua Li (joshli) said :
#2

Thank you very much.

The solution you posted above works but first, you have to init the directory first or else it will say ERROR: Not a branch [local directory].

C:\xampp\public_html\um>bzr push lp:~coalgames/coalgames/alpha --use-existing-dir
Connected (version 2.0, client Twisted)
Authentication (publickey) successful!
Secsh channel 1 opened.
Created new branch.
(Yes im on Windows right now :(, but I do use Kubuntu)

Revision history for this message
Joshua Li (joshli) said :
#3

Thanks Vikram, that solved my question.