HIPL project has transitioned from tla to bazaar (bzr). The tla/arch archive is obsoleted and will not be maintained anymore.
We recommend running bzr 2.0.2 or higher to get the performance benefits.
Fedora 12 seems to have up-to-date bzr already. If you are running an older Fedora, please upgrade now.
Ubuntu karmic users, please install bzr from the launchpad e.g. as follows:
- To avoid gpg nagging, please run:
- gpg --keyserver keyserver.ubuntu.com --recv-keys D702BF6B8C6C1EFD
- gpg armor export D702BF6B8C6C1EFD | sudo apt-key add -
- and finally:
- add to /etc/apt/sources.list:
- deb http://ppa.launchpad.net/bzr/ppa/ubuntu karmic main
- aptitude update
- aptitude install bzr
Other distros should have bzr binaries as well or you can install the
latest version from the sources:
http://bazaar.canonical.com/
Bootstrapping instructions with the version control are here:
http://mkomu.kapsi.fi/hipl/index.php?index=download
P.S. Web-based version control browser is work in progress...