【发布时间】:2010-03-21 15:18:01
【问题描述】:
lanchpad.net表示对于项目Emle - Electronic Mathematics Laboratory Equipment,目前的开发重点是2.0 series
这是我到目前为止所做的:
- 将launchpad.net项目设置为从sourceforge.net项目Emle导入(这实际上将launchpad.net项目设置为镜像sourceforge.net项目,而不是只导入一次内容)
- 检查了 launchpad.net 项目,发现之前在 sourceorge.net 项目中完成的三个提交 (#1 - #3) 进入了 launchpad.net。
- 使用bzr 获取我在仍设置为镜像时所做的launchpad.net 项目。
- 使用 bzr (#4 - #6) 进行了三处更改和提交。
- 无法在 launchpad.net 站点上看到更改。
- 请求停止镜像(确实如此)。
这是来自 lanchpad.net 项目 Emle 2.0 series 的摘录,显示 launchpad.net 有 #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.
这表明#4 - #6 存在某种问题:
$ 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 <cwhii_hcnual@julianlocals.com>
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 <cwhii_hcnual@julianlocals.com>
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 <cwhii_hcnual@julianlocals.com>
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
如何将我系统上 bzr 中的更改应用到 launchpad.net?
更多信息:
$ 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 <bzrlib.transport.local.LocalTransport url=file:///home/cwhii/work/lp.emle/> format <RepositoryFormat2a>
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.
【问题讨论】:
标签: bazaar