代码之家  ›  专栏  ›  技术社区  ›  CW Holeman II

如何将本地bzr提交到服务器?

  •  1
  • CW Holeman II  · 技术社区  · 16 年前

    lanchpad.net 说明该项目 Emle - Electronic Mathematics Laboratory Equipment 2.0 series

    这就是我目前所做的:

    1. 将launchpad.net项目设置为从 sourceforge.net Emle (这实际上将launchpad.net项目设置为镜像sourceforge.net项目,而不是只导入一次内容)
    2. 检查了launchpad.net项目,查看在sourceorge.net项目中完成的三个提交(#1-#3)是否进入launchpad.net。
    3. 使用 bzr
    4. 使用bzr(#4-#6)进行了三次更改和提交。
    5. 无法在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.
    

    $ 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.                                                                                                              
    
    1 回复  |  直到 16 年前
        1
  •  5
  •   Don Kirkby    16 年前

    原来lp:~cwhii/emle/2.0是svn的一个自动导入分支。即使您拥有导入分支,也不允许对其进行写入,因为当自动导入机器人尝试继续向其写入时,这会导致混乱。

    1-转到 http://launchpad.net/people/+newteam 团队,以便您以后可以让其他人写信给这个项目,如果你想

    2-转到 http://code.launchpad.net/~cwhii/emle/2.0/+edit 名称 字段设置为“2.0-import”以“让开”

    http://launchpad.net/emle/2.0/+linkbranch ~emle开发/emle/2.0 表明这是现在发展的重点

    希望有帮助。

    (抱歉,它们不是真正的链接,我这里没有足够的业力。)

    这里糟糕的信息是 https://launchpad.net/bugs/543797/