Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Notify CPAN distribution.

Report information
The Basics
Id: 29419
Status: rejected
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: grousse [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 2.70



Subject: wish: path-based diff option
Currently, svnnotify accept a single --with-diff option, governing the presence of a diff of all files concerned by a single commit in the notification messages. However, it would be helpful to be able to restrict this diff to only a subset of the files concerned, for repositories with private and public content, in case of commit affecting both pathes. For instance, to only add diff for files whose path matches ^public: svnnotify --with-diff=^public
Please see the new support for filters added in SVN::Notify 2.70. Using filters, you can implement a new option and filter the diff output to skip whatever you like. See: http://search.cpan.org/dist/SVN-Notify/lib/SVN/Notify/Filter.pm Best, David