謎's キッチン

謎のひとりごと。Amazon欲しい物リストはこちら: https://www.amazon.co.jp/hz/wishlist/ls/CCPOV7C6JTD2

bzr-git

今が旬のgit。
trunkのbzr-gitにはまだworking treeへのアクセス機能は無いらしいので、対応しているブランチ(lp:~jelmer/bzr-git/jelmer)から取ってくることにする。

git clone git://gitorious.org/git-python/mainline.git git-python
cd git-python
sudo python setup.py install
mkdir -p ~/.bazaar/plugins
bzr co https://code.launchpad.net/~jelmer/bzr-git/jelmer ~/.bazaar/plugins/git

んで

bzr branch git://git.sourceforge.jp/gitroot/nkf/nkf.git

したがUnsupported protocolと言われる…。うーむリポジトリフォーマットしか対応してなさげ。

ありゃ、trunkのbzr(lp:bzr) + trunkのbzr-git(lp:bzr-git) ではリモートに対応してきているなぁ。