> i want to get all post commit messages from a trac environment. The
> thing i only did, implemented methods "changeset_added" and
> "changeset_modified" from the IRepositoryChangeListener interface in
> my plugin code (i'm using the mustirepos trac version). But after
> adding or changing of source code in repository i still get no events,
> the methods will be not called. What is the right way to use the
> interface?

You have to add calls to "trac-admin $ENV changeset added" and
"trac-admin $ENV changeset modified" in your post-commit and
post-revprop-change hooks, respectively (for SVN, or only the first one
in both "commit" and "changegroup" hooks for Mercurial).

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to