lanchpad.net indique que pour le projet Emle - Electronic Mathematics Laboratory Equipment, la mise au point actuel de développement est le 2.0 seriesComment obtenir les commits de bzr locaux au serveur?
C'est ce que je l'ai fait jusqu'à présent:
- Définir le projet launchpad.net importer du projet sourceforge.netEmle (ceci a réellement mis le projet launchpad.net pour refléter le projet sourceforge.net au lieu de simplement inporter le contenu une fois)
- Examiné le projet launchpad.net pour voir que les trois commits (# 1 - # 3) qui ont été faits dans le projet sourceorge.net previou sley l'a fait dans launchpad.net.
- Utilisé bzr pour obtenir le projet launchpad.net que j'ai fait alors qu'il était encore configuré pour la mise en miroir.
- A fait trois changements et valide en utilisant bzr (# 4 - # 6).
- Impossible d'afficher les modifications sur le site launchpad.net.
- J'ai demandé à ce que la mise en miroir soit arrêtée (c'est le cas).
Voici un extrait de lanchpad.net pour le projet Emle 2.0 series montrant que launchpad.net a # 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.
Cela montre que # 4 - # 6 ont une sorte de problème :
$ 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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
Comment puis-je appliquer les modifications de bzr sur mon système à launchpad.net?
Plus d'info:
$ 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.