ticket summary component version milestone type owner status created _changetime _description _reporter 6 MemoryError in Browser tracmtn defect Thomas Moschny assigned 2007-03-21T16:18:26+01:00 2021-10-16T14:57:50+02:00 "This error only occurs when using the `bsddb` caching method. After running a while, Trac dies with this error: {{{ MemoryError: (12, 'Cannot allocate memory -- Lock table is out of available locker entries') }}} " Thomas Moschny 13 Trying to get trac, monotone and bitten to work together tracmtn defect Thomas Moschny new 2008-12-30T23:55:13+01:00 2021-10-16T14:51:30+02:00 "It would be good to get trac, montone and bitten to work together. I've had some success, and it needed three patches: * One on trac, see http://trac.edgewall.org/ticket/7920 * One on bitten, see http://bitten.edgewall.org/ticket/342 * One on TracMonotone, attached. " alien.technology+trac@… 4 Select the branches to display tracmtn 0.0.5 enhancement Thomas Moschny new 2007-02-06T22:55:57+01:00 2021-10-16T15:08:29+02:00 Hi, I just installed !TracMonotone and the source browser is still very much tied, by design, to Subversion. It does not know about branches, and thinks there is but one top-level directory. We both know that there are as many top-level directories as there are branches. Is there an option (perhaps somewhere under trac.mtn.* in trac.ini) that allows me to select the branches in the database that are relevant to a project? anonymous 11 Changeset with multiple parents tracmtn enhancement Thomas Moschny new 2008-06-25T12:52:52+02:00 2021-10-16T14:52:23+02:00 "Right now the changeset view shows the diff with the ""first parent"" (the one with the lower hash); I think it would be better to prefer the one in the same branch as the child as a first choice: this way ""propagate"" changesets would show only the imported changes and not the FULL diff between the two branches." Lapo Luchini 5 RevTreePlugin from trac-hacks.org looks like a nice addition tracmtn task Thomas Moschny new 2007-02-20T17:44:18+01:00 2021-10-16T15:08:09+02:00 "See: http://trac-hacks.org/wiki/RevtreePlugin It's SVG, which is both cool and not so cool" anonymous 8 Pull in changes automatically from somewhere to decrease lock chances tracmtn enhancement Thomas Moschny new 2007-12-11T18:47:00+01:00 2021-10-16T14:53:25+02:00 "Another idea perhaps to decrease locking problems? Many trac+monotone installs probably use a cron like solution to pull revisions from a database which is used by a group of people to push to. That is, one `push.db` to which developers normally push their changes and a `mtntrac.db` which is used by the plugin in trac. At times this causes cron errors because the db is locked. Would it be possible to have the mtn plugin pull changes in from somewhere configurable, at a configurable interval to reduce lock problems? " marcel@…