Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to get local bzr commits to server?
    text
    copied!<p><a href="http://launchpad.net/" rel="nofollow noreferrer">lanchpad.net</a> states that for project <a href="https://launchpad.net/emle" rel="nofollow noreferrer">Emle - Electronic Mathematics Laboratory Equipment</a>, the current focus of development is the <a href="https://launchpad.net/emle/2.0" rel="nofollow noreferrer">2.0 series</a></p> <p>This is what I have done so far:</p> <ol> <li>Set the launchpad.net project to import from the <a href="http://sourceforge.net/" rel="nofollow noreferrer">sourceforge.net</a> project <a href="http://sourceforge.net/projects/emle" rel="nofollow noreferrer">Emle</a> (this actually set the launchpad.net project to mirror the sourceforge.net project rather than just inport the content once)</li> <li>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.</li> <li>Used <a href="http://en.wikipedia.org/wiki/Bazaar_(software)" rel="nofollow noreferrer">bzr</a> to get the launchpad.net project which I did while it was still set for mirroring.</li> <li>Made three changes and commits using bzr (#4 - #6).</li> <li>Was unable to see the changes on the launchpad.net site.</li> <li>Requested the mirroring to be stopped (it did).</li> </ol> <p>Here is an extract from lanchpad.net for project Emle <a href="https://launchpad.net/emle/2.0" rel="nofollow noreferrer">2.0 series</a> showing that launchpad.net has #1 - #3:</p> <pre><code>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. </code></pre> <p>This shows that #4 - #6 have some kind of problem:</p> <pre><code>$ bzr missing Using saved parent location: bzr+ssh://bazaar.launchpad.net/~cwhii/emle/2.0/ You have 3 extra revision(s): ------------------------------------------------------------ revno: 6 committer: C.W.Holeman II &lt;cwhii_hcnual@julianlocals.com&gt; branch nick: lp.emle timestamp: Sat 2010-02-27 09:13:29 -0800 message: #528096 Corrected setting of paramter value for emleDir to the dir attribute value of the message element in the lanuage message file, lang/emle_lang_XX.xml. Minor refactor - Consistently setting the dir and lang attributes of html, head and body elements. ------------------------------------------------------------ revno: 5 committer: C.W.Holeman II &lt;cwhii_hcnual@julianlocals.com&gt; branch nick: lp.emle timestamp: Sat 2010-02-27 09:08:09 -0800 message: Minor refactor - improved comment regarding workaround for replacing html vs head and body elements from index html with lab transformed XML (to html) document tree. ------------------------------------------------------------ revno: 4 committer: C.W.Holeman II &lt;cwhii_hcnual@julianlocals.com&gt; branch nick: lp.emle timestamp: Sat 2010-02-27 09:04:29 -0800 message: #529089 #529087 Index file html tag lang attribute corrected and empty link tag changed </code></pre> <p>How do I get the changes that are in bzr on my system to apply to launchpad.net?</p> <p>More info:</p> <pre><code>$ bzr check Checking working tree at '/home/cwhii/work/lp.emle'. Checking branch at 'file:///home/cwhii/work/lp.emle/'. Checking repository at 'file:///home/cwhii/work/lp.emle/'. checked repository &lt;bzrlib.transport.local.LocalTransport url=file:///home/cwhii/work/lp.emle/&gt; format &lt;RepositoryFormat2a&gt; 6 revisions 83 file-ids checked branch file:///home/cwhii/work/lp.emle/ format Branch format 7 $ bzr merge Merging from remembered parent location bzr+ssh://bazaar.launchpad.net/~cwhii/emle/2.0/ Nothing to do. </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload