I recently installed the latest copy of Trac 0.12-multirepos. I have the following as my post commit hook:
REPOS="$1" REV="$2" export PYTHON_EGG_CACHE='/tmp/egg-cache' umask 0002 # added for trac with multiple repositories--http://trac.edgewall.org/ wiki/MultipleRepositorySupport /usr/bin/trac-admin /var/local/trac_projects/wiki/abc changeset added repo_nickname $REV this works as expected, almost! It updates trac and I can see the commit in the timeline under the repository "repo_nickname", however, any tickets I've referenced in the commit message aren't updated properly. For example, if in the commit message, I say "refs #123", ticket is not modified.... Do I now need a new plugin for this that hooks into trac-admin? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
