Diff for "CreatingAHostedBranch"

Not logged in - Log In / Register

Differences between revisions 2 and 3
Revision 2 as of 2007-05-08 14:30:19
Size: 964
Editor: 62-31-157-102
Comment:
Revision 3 as of 2007-05-08 14:36:37
Size: 978
Editor: 62-31-157-102
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
{{{sftp://}}}''login''{{{@bazaar.launchpad.net/~}}}''registrant''{{{/}}}''project''{{{/}}}''branch''     {{{sftp://}}}''login''{{{@bazaar.launchpad.net/~}}}''registrant''{{{/}}}''project''{{{/}}}''branch''

where:

Launchpad allows you to host a branch of any project that has a presence on Launchpad.

To do this, you must have registered a SSH key from your person’s page, http://launchpad.net/people/+me/+editsshkeys.

Then, just use the bzr push command to create the branch.

The push location must be of the form:

  • sftp://login@bazaar.launchpad.net/~registrant/project/branch

where:

  • login is your Launchpad person name: the last part of the URL of your person's page. Launchpad uses it to check the SSH key you are authenticating with.

  • registrant is your Launchpad person name, or the name of a team you belong to. Use a team name to create a branch to which other people can upload.

  • project is the name of the Launchpad project to register this branch on. The uploaded branch will appear in the listings for this project.

  • name must be unique for a given registrant and project.

CreatingAHostedBranch (last edited 2009-08-28 14:54:40 by 92-237-59-186)