MercurialかBazaarか

UbuntuEclipseが3.2でMercurialが動かない。
3.3を手で入れるのも管理が面倒。

http://www.atmarkit.co.jp/fjava/rensai4/devtool03/devtool03_5.html

Bazaarもよさげ、これも3.3以上かぁ
なんでUbuntuのRepoのEclipseは3.2どまりなんじゃろ・・・

http://www.eclipse.org/downloads/

sudo apt-get install mercurial

Eclipse -> Help -> Software Updates -> Site tab, add
http://www.vectrace.com/eclipse-update/

restart

Import -> set repo




sudo apt-get install bzr

http://bazaar-vcs.org/BzrEclipse/Installation

http://bazaar-vcs.org/releases/3rd-party/bzr-eclipse/

Invalid bzr executable: ''

set exwcutable: /usr/bin/bzr

bzr-xmloutput >= 0.6.0 plugin not found

download bzr-xmloutput, https://launchpad.net/bzr-xmloutput/+download

usage: bzr [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: bzr --help [cmd1 cmd2 ...]
or: bzr --help-commands
or: bzr cmd --help

error: invalid command 'xmlversion'

SUCK...

  • References

http://www.friendlyarm.com/install-eclipse-33-on-ubuntu-804/

  • 20091216

Ubuntu 9.04 + Eclipse 3.5.1 + Mercurial Eclipse plugin

http://www.vectrace.com/eclipse-update/

An error occurred while installing the items
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.ant.ui 3.4.1.v20090901_r351, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
The artifact file for osgi.bundle,org.eclipse.ant.ui,3.4.1.v20090901_r351 was not found.

sudo aptitude install eclipse-pde

Then try again.

done