How can I get my bazaar branch hosted on launchpad?

Asked by Matt Jones

I just migrated my project from svn to bzr. I no longer want to use svn. I want to do everything in bzr. My web host does not support bzr hosting. How can I have my bzr branch hosted on launchpad? I want to use a Hosted launchpad branch, not a Mirrored or Remote branch.

Thanks in advance

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Matt Jones
Solved:
Last query:
Last reply:
Revision history for this message
Matt Jones (workhorsy) said :
#1

Never mind. I figured out that I can host bzr in a plain directory. This will work.

Thanks anyway! Ok to close this

Revision history for this message
Christian Reis (kiko) said :
#2

However, it's a good question: how would this be done?

Revision history for this message
Tim Penhey (thumper) said :
#3

Firstly go to your home code page. In my case it is https://code.launchpad.net/~thumper.

Choose "Register branch".

The first selector shown is for "Branch Type". This has three options: Hosted; Mirrored; and Remote. Choose Hosted. Enter a name for the branch, and an optional title and summary. If there is an associated project, set that too. Click on "Add Branch" at the bottom of the page.

The resulting page that you are taken to has an "Upload URL" shown as well as the example showing the bzr command line.

I hope this helps.