Ticket #13 (new defect)

Opened 19 months ago

Last modified 19 months ago

Trying to get trac, monotone and bitten to work together

Reported by: alien.technology+trac@… Owned by: moschny
Priority: major Component: tracmtn
Version: Keywords:
Cc:

Description

It would be good to get trac, montone and bitten to work together.

I've had some success, and it needed three patches:

Attachments

tracmtn-65cc6f.patch Download (7.5 KB) - added by alien.technology+trac@… 19 months ago.
Patch for TracMonotone, apply to revision 65cc6f5a3ee53454c0232be02a6d63ba5c973fdb

Change History

Changed 19 months ago by alien.technology+trac@…

Patch for TracMonotone, apply to revision 65cc6f5a3ee53454c0232be02a6d63ba5c973fdb

in reply to: ↑ description   Changed 19 months ago by anonymous

Attached patch modifies the way a monotone repository is specified. Instead of specifying just the monotone db, both a database and a monotone selector are specified, separated by a ':' character e.g.

repository_dir = /path/to/db.mtn:b:com.acme.widget

Specifies that the plugin should only study the com.acme.widget branch. This plays well with trac's multirepos support, so that you can map in several branches:

[repositories]
acme.dir = /data/database.mtn:b:com.acme.widget
tracmtn.dir = /data/database.mtn:b:net.venge.monotone.tracmtn
testing.dir = /data/database.mtn:c:release-candidate

This allows more control with Trac/Bitten e.g. specifying the path as /acme means only that the acme build/test only gets applied to the acme branch.

Add/Change #13 (Trying to get trac, monotone and bitten to work together)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change from moschny. Next status will be 'new'
The owner will change from moschny to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.