Loggerhead, one of the web viewers for Bazaar, can now be installed as a bzr plugin, which makes it easier to get it up and running:
bzr branch lp:loggerhead ~/.bazaar/plugins/loggerhead
cd ~/myproject
bzr serve --http
Then you have a browser for all that project’s history up and running on port 8080.
Loggerhead can still be used in the previous ways, as a standalone daemon or embedded within WSGI.
I would be awesome if this actually worked. on OSX….
I doubt it even works on ubuntu with apt getting a whole bunch of stuff….please provide verifiable instructions next time.
Comment by bobz — December 29, 2010 @ 3:16 am
bobz, it’s true there are several dependencies to set it up.
On Ubuntu you just need to say
sudo apt-get install loggerhead.On Mac OS X you need simpletal python-pkg-resources paste. I think you can get them using easyinstall or pip.
Comment by Martin Pool — February 3, 2011 @ 4:46 am