Trying to get our code to launchpad

Asked by John4randr

We are trying to upload our code into Launchpad. We are FOSS application development shop and are moving the development of our base products to Launchpad. Our project is registered as Rental Portal.

We are currently using SVN for our internal versioning server, but do not want to connect Launchpad to this SVN server (we have a lot of customer/company specific code on it). We also use Eclipse as our IDE. I have found instructions on how to get Eclipse to connect to a Bazaar server through the plugin.

Our question is, how do we upload our code from our IDE to our Launchpad Project?

Thank you,

John

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
Paul Hummer Edit question
Solved by:
John4randr
Solved:
Last query:
Last reply:
Revision history for this message
Tim Penhey (thumper) said :
#1

Firstly you are going to need Launchpad accounts.

Next you need to have ssh keys registered with launchpad.

Next tell bzr your launchpad id using `bzr lp-login <lp-id>`

Pushing a branch to Launchpad should be as simple as `bzr push lp:~<lp-id>/project/branch-name'

Doing that through eclipse is another question which I'll try to find an answer to.

Revision history for this message
John4randr (john4-randrinc) said :
#2

Thanks Tim. I also just found this one today and will be trying it tomorrow:

https://answers.launchpad.net/launchpad-code/+question/9605

If all goes well, I'll close this question, but still need some help on the Eclipse part, but I think that might be it's own question.

Revision history for this message
John4randr (john4-randrinc) said :
#3

John4randr suggests this article as an answer to your question:
FAQ #26: “How do I migrate from SVN or CVS to Bazaar using Launchpad?”.