trac-bzr
Daniel Schömer
daniel.schoemer at gmx.net
Wed Sep 17 20:55:11 BST 2008
Hi!
Frank Dornheim wrote:
> I'm searching for a trac-bzr howto.
> I have a trac with svn up and running for a small development project.
> I want to change to trac-bzr, but i couldnt find a howto.
> On BitlBee i see on "browse source" multible branches.
> Have anybody a idea how to setup this?
1. Get trac-bzr (more branches at https://code.launchpad.net/trac-bzr)
# bzr pull http://bazaar.launchpad.net/%7Etrac-bzr-team/trac-bzr/trunk trac-bzr
2. Build trac-bzr plugin as Python Egg
# cd trac-bzr/
# python setup.py bdist_egg
# ls -l dist/
... should list TracBzr-0.2-py2.5.egg or similiar ...
3. Copy/symlink TracBzr-0.2-py2.5.egg to trac-project/plugins/
directory
4. Enable and configure trac-bzr plugin in
trac-project/conf/trac.ini
...
[components]
...
tracbzr.* = enabled
...
[trac]
...
repository_dir = /path/to/dir/with/bzr/branches
repository_type = bzr
...
Daniel
More information about the bazaar
mailing list