Am I setting up this branch right in LaunchPad?

Alexander Belchenko bialix at ukr.net
Sun May 30 08:30:14 BST 2010


Nathan Osman пишет:
> I set up a repository on LaunchPad for a project of mine. I created a
> local bazaar repository by doing:
> 
>     * bzr init   <-- in code directory
>     * bzr add   <-- add all of the code
>     * bzr commit   <-- commit locally
> 
> 
> Then I pushed all the changes to LaunchPad:
> 
>     * bzr push lp:~myname/trunk/project_name

Wrong, should be

bzr push lp:~myname/project_name/trunk

i.e.

bzr push lp:~myname/sopp/trunk

> Then I went to LaunchPad and did something (I can't remember what
> exactly) to link ~myname/trunk/project_name to the actual project trunk
> so that the code showed up in the project.
> 
> My question is, is this the right way to do it? The 'Series and
> Milestones' just shows 'trunk' with an arrow. Is it supposed to show
> something else?
> 
> Here is the project:
> https://launchpad.net/sopp
> 
> - Nathan




More information about the bazaar mailing list