#9140 closed task (worksforme)
TracNotification after svn commit
Reported by: | quietman | Owned by: | Mikael Relbe |
---|---|---|---|
Priority: | highest | Component: | TracTicketChangesetsPlugin |
Severity: | normal | Keywords: | SVN TicketNotification |
Cc: | Trac Release: | 0.12 |
Description
Hello, When I do a commit related to a ticket I receive many notifications. But when I do not commit a link to a ticket I never notice. Or is that interests me the most because our commit are not tied to tickets. Thank you for help and sorry for my bad english
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
Trac Release: | 0.11 → 0.12 |
---|
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The trac:TracNotification generates notifications only when a ticket is updated, not when a commit is registered. When you refer to a ticket in a commit message, the ticket is updated by this plugin, which in turn generates a notification about the ticket update. If no ticket reference is stated in a commit message, no ticket is updated thus no notification is sent.
I close this as "worksforme" since this is not an error, though you may perhaps want to have trac:TracNotification extended to include commit events as well. However, note that you can subscribe to an RSS feed of a revision log, generated by Trac, for any part within a repository, see here, for example. To obtain such a link, select "Browse Source", select a folder or file of your choice, then select its revision log. At the bottom of the revision log page there is a link to its RSS feed.
comment:3 Changed 13 years ago by
Type: | defect → task |
---|
That's what I thought too. It would be interresting then add it to your future developments! And thank you for your clarification
Replying to quietman: