Diff for "CreatingAHostedBranch"

Not logged in - Log In / Register

Differences between revisions 5 and 6
Revision 5 as of 2007-05-10 16:38:58
Size: 1065
Editor: 62-30-68-94
Comment:
Revision 6 as of 2007-05-28 15:35:26
Size: 1320
Editor: nor75-18-82-241-238-155
Comment: link to FeatureHighlights pages
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:

== Learn more ==

Using Bazaar with Launchpad is explained in more detail on FeatureHighlights/EasyBranching.

Setting up and using team branches to allow multiple people to commit to a single branch is explained on FeatureHighlights/TeamBranches.

You can host a Bazaar branch for any project that is registered in Launchpad.

Before you start: you must have registered an SSH key in your Launchpad account. To register a key, visit http://launchpad.net/people/+me/+editsshkeys

Pushing your branch

To create your branch, use bzr push.

The push location should be of the form:

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

Push location explained

  • login is your Launchpad account name: the last part of the URL of your Launchpad profile 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 members of that team 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.

Learn more

Using Bazaar with Launchpad is explained in more detail on FeatureHighlights/EasyBranching.

Setting up and using team branches to allow multiple people to commit to a single branch is explained on FeatureHighlights/TeamBranches.

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