lanchpad.net表示,对于项目Emle - 电子数学实验室设备,目前的发展重点是2.0系列
这是我到目前为止所做的:
将launchpad.net项目设置为从sourceforge.net项目Emle导入(这实际上将launchpad.net项目设置为镜像sourceforge.net项目而不是仅仅输入内容一次)
检查了launchpad.net项目,看看在sourceorge.net项目previousley中完成的三个提交(#1 - #3)使它成为launchpad.net.
使用 bzr来获取我仍在设置镜像时所做的launchpad.net项目.
使用bzr进行了三次更改和提交(#4 - #6).
无法在launchpad.net网站上看到更改.
请求镜像停止(它确实).
以下是lanchpad.net对项目Emle 2.0系列的摘录,显示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 IIbranch 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 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 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 repositoryformat 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.
poolie.. 5
事实证明,lp:~cwhii/emle/2.0是来自svn的自动导入分支.即使您拥有它们,也不允许您写入导入分支,因为当自动导入机器人试图继续写入时,这会导致混淆.
所以我建议你在这里做的是
1-访问http://launchpad.net/people/+newteam并组建一个emle-dev团队,以便以后可以让其他人写信给这个项目
2-转到http://code.launchpad.net/~cwhii/emle/2.0/+edit并将名称字段更改为"2.0-import"以"将其取出"
3-在您的电脑上,在分支目录中,键入"bzr push --remember lp:~emle-dev/emle/2.0"
4-在http://launchpad.net/emle/2.0/+linkbranch上输入~emle-dev/emle/2.0来表明这是现在发展的重点
希望有所帮助.
(对不起,他们不是真正的联系,我这里没有足够的业力.)
这里糟糕的消息是https://launchpad.net/bugs/543797/
事实证明,lp:~cwhii/emle/2.0是来自svn的自动导入分支.即使您拥有它们,也不允许您写入导入分支,因为当自动导入机器人试图继续写入时,这会导致混淆.
所以我建议你在这里做的是
1-访问http://launchpad.net/people/+newteam并组建一个emle-dev团队,以便以后可以让其他人写信给这个项目
2-转到http://code.launchpad.net/~cwhii/emle/2.0/+edit并将名称字段更改为"2.0-import"以"将其取出"
3-在您的电脑上,在分支目录中,键入"bzr push --remember lp:~emle-dev/emle/2.0"
4-在http://launchpad.net/emle/2.0/+linkbranch上输入~emle-dev/emle/2.0来表明这是现在发展的重点
希望有所帮助.
(对不起,他们不是真正的联系,我这里没有足够的业力.)
这里糟糕的消息是https://launchpad.net/bugs/543797/