How do people download a branch from me?

Asked by Ian T. Jacobsen

Everytime I try to type "bzr branch lp:mba" I get a request for a public key, which I then find on my profile, but it won't work!
Why do people even need that public key to download? Isn't it supposed to be free to download on launchpad?
So, what SSH key should I use for this problem?
I do use PuttY something, that holds the private key, and automaticly types the password in, but this is not practical for when others need to download or/and my team needs to upload, so please help!
Thanks in advance!

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
Tim Penhey Edit question
Last query:
Last reply:
Whiteboard:
al-maisan, Fri, 06 Mar 2009 19:30:46 +0100, assigned this to thumper.
Revision history for this message
Günther Bauer (guenni81) said :
#1

Hello,
i get a error message when i try to download a branch from "bzr branch lp:mba"
The error message say "bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~ian.t.jacobsen/mba/game/"."

Revision history for this message
Ian T. Jacobsen (ian.t.jacobsen) said :
#2

Well, I just chose to move to assembla since I can't figure out how to use this, and this is WAY too complicated§ launchpad I mean...

Revision history for this message
Michael Lustfield (michaellustfield) said :
#3

You can't grab source code for a project until it's been pushed to.

Once you do push to it, you can use bazaar to grab the source via HTTP or SSH.

Grabbing the source with "bzr branch lp:mba" will use SSH. If you don't what to use SSH, then you need to use SSH, then you need to use HTTP. How you do this is "bzr branch https://code.edge.launchpad.net/~ian.t.jacobsen/mba/game".

Bazaar has special launchpad integration to allow for those extremely short links.

> The error message say "bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~ian.t.jacobsen/mba/game/"."
That's because this branch hasn't been pushed to yet. Once there is code to be pulled, it'll work just fine.

Note:
When you do push to it, you'll need to use --use-existing-dir since the directory exists on the server.

Revision history for this message
Michael Lustfield (michaellustfield) said :
#4

Oh... the public key thing.

You need to add your own ssh key to your launchpad profile in order for launchpad to verify who you are. There's detailed instructions on https://launchpad.net/~ian.t.jacobsen/editsshkeys

Can you help with this problem?

Provide an answer of your own, or ask Ian T. Jacobsen for more information if necessary.

To post a message you must log in.