Diff for "CreatingAHostedBranch"

Not logged in - Log In / Register

Differences between revisions 3 and 4
Revision 3 as of 2007-05-08 14:36:37
Size: 978
Editor: 62-31-157-102
Comment:
Revision 4 as of 2007-05-08 14:36:57
Size: 977
Editor: 62-31-157-102
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Then, just use the {{{bzr push}}} command to create the branch. Then just use the {{{bzr push}}} command to create the branch.

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)