This project is plugin to use bzr upload command for trac.
QUICK START:
bzr branch lp:tracbzrupload
cd tracbzrupload
python setup.py install
vi /path/trac/
[bzrupload]
So, restart apache or trac daemon.
NOTICE:
You must connect to sftp server to use no passphrase.
Testing example (debian etch)
su www-data
ssh-keygen
and copy public key file (~www-data/
DEPENDS:
Trac (>= 0.11)
Bazaar
Trac Bazaar (lp:trac-bzr)
Bazaar Upload (lp:bzr-upload)
View full history Series and milestones
trunk series is the current focus of development.