You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Olav Vitters <ol...@bkor.dhs.org> on 2008/01/06 14:45:23 UTC

[PATCH] Hook script mailer.py: Allow certain paths to be excluded from the diff output

Currently the mailer.py hook script allows:
1. Diffs to be moved to another group (generates another email)
2. Certain types of diffs to be excluded (add/copy/delete/modify using
generate_diffs)

I'd like to exclude certain files from the diff output. This as the diff
of these files is not useful. I propose to do this using a new
configuration option called 'diff_exclude'. This is a regex of the paths
to exclude from the diff output.

I have the config option currently set to:
  diff_exclude = .*\.po$

See attached for a proposed patch. This is against Subversion 1.4.6 btw.

-- 
Regards,
Olav

Re: [PATCH] Hook script mailer.py: Allow certain paths to be excluded from the diff output

Posted by Olav Vitters <ol...@bkor.dhs.org>.
On Sun, Jan 06, 2008 at 03:45:22PM +0100, Olav Vitters wrote:
> See attached for a proposed patch. This is against Subversion 1.4.6 btw.

Didn't apply to trunk. Patch against trunk is attached (works).

-- 
Regards,
Olav