How to get local bzr commits to server?

Posted by C.W.Holeman II on Stack Overflow See other posts from Stack Overflow or by C.W.Holeman II
Published on 2010-03-21T15:18:01Z Indexed on 2010/03/21 15:21 UTC
Read the original article Hit count: 491

Filed under:

lanchpad.net states that for project Emle - Electronic Mathematics Laboratory Equipment 2.0 series is the current focus of development

This is what I have done so far:

  1. Set the launchpad.net project to import from the sourceforge.net project Emle (this actually set the launchpad.net project to mirror the sourceforge.net project rather than just inport the content once)
  2. Examined the launchpad.net project to see that the three commits (#1 - #3) which were done in the sourceorge.net project previousley made it into launchpad.net.
  3. Used bzrto get the launchpad.net project which I did while is was still set for mirroring.
  4. Made three changes and commits using bzr (#4 - #6).
  5. Was unable to see the changes on the launchpad.net site.
  6. Requested the mirroring to be stopped (it did).

Here is an extract from lanchpad.net for project Emle 2.0 series showing that launchpad.net has #1 - #3:

Code for this series
The following branch has been registered as the mainline branch for this release series:

lp:emle - C.W.Holeman II
3 revisions, 3 in the past month.

Here on my system showing changes #1 - #6:

$ bzr log --line
6: C.W.Holeman II 2010-02-27 #528096 Corrected setting of paramter value for emleDi...
5: C.W.Holeman II 2010-02-27 Minor refactor - improved comment regarding workaround...
4: C.W.Holeman II 2010-02-27 #529089 #529087 Index file html tag lang attribute cor...
3: cwhii 2010-02-25 {Emle 2.4-5 (BL0011)} New top levels: trunk and tags.
2: cwhii 2010-02-25 New top levels: trunk and tags.
1: cwhii 2010-02-25 New top level trunk and tags.

How do I get the changes that are in bzr on my system to apply to launchpad.net?

© Stack Overflow or respective owner

Related posts about bzr