Hello folks,
I'm running a Bitnami Trac stack with Trac version 1.0.1. Trac is combined with a svn repository. This works all out of the box but at the moment I'm trying to get the CommitTicketUpdater working. I don't know why but it doesn't work for my case. FYI: The journal works perfectly. I enabled the specific modules via the admin panel and checked the state in the trac.ini. After this is added some update options like this : commit_ticket_update_envelope = commit_ticket_update_commands.close = close closed closes fix fixed fixes commit_ticket_update_commands.refs = <all> commit_ticket_update_check_perms = true commit_ticket_update_notify = true
I had already checked the permissions of my user but i'm trac_admin so is should work.
OS is Suse Linux.
Is maybe a svn hook needed?
Thanks Joseph