CreatingAHostedBranch

Not logged in - Log In / Register

Revision 10 as of 2008-06-17 14:21:19

Clear message

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:

Push location explained

If you don't have a project to push that branch to

If you are working on an actual open source project, you should register the project first: https://launchpad.net/projects/+new-guided -- but if it's just an experiment, or throwaway code, you can host it using Launchpad's NonProjectBranches.

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.