Push to launchpad

Matt Nordhoff mnordhoff at mattnordhoff.com
Mon Oct 13 19:27:10 BST 2008


Thomas Manson wrote:
> Hi,
>  
>   I've created a project on launchpad https://launchpad.net/crf-irp and
> now I would like to push my local bzr repository to it.
>   I've created a private/public key with puttygen, import it into my
> launchpad profile.
>  
>   My project is divided into 3 (Eclipse) Java project (the webapp, the
> model, and an utilitie project).
>  
>   I'd like to keep this separation and would like to import all this
> project (which was distinct module in CVS) into my project.
>  
>   I'm currently running under windows vista (so sad, it's my
> professionnal laptop), my main computer is currently dead, ressurection
> planned in few weeks ;)
>  
>   How do I import my 3 projects into launchpad ?
>  
>   I've tried to run this :
>  
> C:\temp\test\bzr\crf-irp>bzr push
> bzr+ssh://dev-mansonthomas@bazaar.launchpad.net/~dev-mansonthomas/test456/crf-irp

You're trying to push to your user, a project called "test456", and a
branch called "crf-irp". Maybe you want it the other way around?

bzr push
bzr+ssh://dev-mansonthomas@bazaar.launchpad.net/~dev-mansonthomas/crf-irp/test456

or even the equivalent:

bzr launchpad-login dev-mansonthomas # If you haven't done it already
bzr push lp:~dev-mansonthomas/crf-irp/test456

If you want three different projects, it would be best to create three
different projects on LP. I think you can make them children of a parent
project...somehow. I dunno, I've never done it. Read the docs.

<snip ssh and shell stuff>
-- 



More information about the bazaar mailing list