[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Issue 3227 - adding some extra "custom" headers to the email

From: Jon Bendtsen <jbendtsen_at_laerdal.dk>
Date: Fri, 16 Jan 2009 15:21:06 +0100

Hi

This PATCH is one way of doing what issue 3227 requests.
        http://subversion.tigris.org/issues/show_bug.cgi?id=3227
The method used in is patch is to add up to 5 different types
of extra headers.
        group
        module
        branch
        submodule
        file

The group is the name from the mailer.conf file. The other 4 are
from the path in SVN. Thinking like:

<module> / <branch> / <submodule> / ... / <file>

The PATCH is robust against shorter paths and will not crash.
But with a special path, the branch and submodule may be switched.
File will always be the file.

The PATCH will naturally both accept a default list in the mailer.conf
and a list for each group in the mailer.conf.

The PATCH is made against the latest? mailer.py from trunk,
revision 35280

Starting with revision 35280, this patch will cause complications
with some of the other patches that i will be sending shortly.

6 patches will arrive

JonB

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1028680

Hi

This PATCH is one way of doing what issue 3227 requests.
        http://subversion.tigris.org/issues/show_bug.cgi?id=3227
The method used in is patch is to add up to 5 different types
of extra headers.
        group
        module
        branch
        submodule
        file

The group is the name from the mailer.conf file. The other 4 are
from the path in SVN. Thinking like:

<module> / <branch> / <submodule> / ... / <file>

The PATCH is robust against shorter paths and will not crash.
But with a special path, the branch and submodule may be switched.
File will always be the file.

The PATCH will naturally both accept a default list in the mailer.conf
and a list for each group in the mailer.conf.

The PATCH is made against the latest? mailer.py from trunk,
revision 35280

Starting with revision 35280, this patch will cause complications
with some of the other patches that i will be sending shortly.

6 patches will arrive

JonB

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1028680

Received on 2009-01-16 15:33:43 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.