Hello, thanks for your reply, but i don't really understand what you mean by "add calls to "trac-admin $ENV changeset added" and "trac-admin $ENV changeset modified" in your post-commit and post- revprop-change hooks,". Can you explain this a little bit more please?
Thanks in advance! pserik On Jan 30, 9:30 am, Remy Blank <[email protected]> wrote: > > 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 > > signature.asc > < 1KViewDownload -- You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en.
