The post commit hooks are available from the /contrib directory.
There are two shell scripts that you need to define as the Subversion hooks, each of them calls the actual Python scripts that perform the real actions on the Trac DB. You probably want to read the Subversion documentation about hook scripts before doing anything else: http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposadmin.create.hooks Cheers, Manu On 7/24/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
Still isn't working. I tried your (FIxes #2) syntax both before and after marking the ticket fixed, but nothing was added to the ticket. I didn't "install" any post-commit-hook, though. Is this natively available or do I have to do this manually? If so, how? On 7/24/06, Emmanuel Blot <[EMAIL PROTECTED]> wrote: > > wrong. I include "ticket:2" in the commit message and the ticket > > isn't updated. I tried marking the ticket fixed both before and after > > committing the change. > > You want to use the following syntax: > > Refs #2 some free message > or > Fixes #2 some free message > > Do not add text before the "refs" or "fixes" keywords. > > HTH, > Manu > _______________________________________________ > Trac mailing list > [email protected] > http://lists.edgewall.com/mailman/listinfo/trac > -- Rob Wilkerson _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
-- Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
