Ticket #19250 (assigned enhancement)
Modify SVN-Notify to add additional links into repository from the commit email
| Reported by: | jberry@… | Owned by: | wsiegrist@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | server/hosting | Version: | |
| Keywords: | Cc: | ||
| Port: |
Description
The commit emails put out by SVN-Notify would be more useful if they included links directly to the file in SVN or Trac.
A heading is put out before each diff section, which already includes path information and revisions. It seems like it would be nice if each of those were a true link into the trac representation.
The following heading, for instance, could include three links (one to the file in trac, one to the starting revision, and one to the ending revision).
Modified: trunk/base/src/port1.0/portlint.tcl (49405 => 49406)
Change History
Note: See
TracTickets for help on using
tickets.


I think this is doable with a custom filter, probably implenting the diff subroutine.
SVN::Notify::Filter