Subject: | ticket_map broken since 2.73 |
I have moved my svn repo to another server and during that move I have
upgraded SVN:Notify from 2.66 to 2.78. Ticket links specified by the
ticket_map stopped working with the new install that did work properly
before. Downgrading to 2.67 (earliest available in CPAN) made the
ticket_map work again.
I use the following map:
--ticket-map '\b[Mm]antis-(\d+)\b=http://server/mantisbt/view.php?id=%s'
and the input
Mantis-161: foo bar baz
fails to generate a valid ticket. I played around with the regex quite a
bit but couldn't make it work with 2.78 regardless of the regex I specified.