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

RE: mailer.py bugs

From: <Servatius.Brandt_at_fujitsu-siemens.com>
Date: 2005-06-21 18:00:18 CEST

>There are some problems with mailer.py from the tools/hook-scritps
>directory of the 1.2.0 Subversion source release.
[...]

I forgot to mention that I used just one [GROUP] and its "for_repos"
matched the repository, but the (only) path in the commit didn't match
the "for_path" pattern. The problem is also related to the setting of
the "show_nonmatching_paths" option.

I found another problem: When using the same mapping specification for
different options, mailer.py fails when removing the mapping section
from consideration as a group. Example:

        [somegroup]
        from_addr = SVN REPOSITORY
        reply_to = %(author)s
        to_addr = bigbrother

        [maps]
        reply_to = [authors]
        to_addr = [authors]

        [authors]
        bigbrother = e.mail@watching.you
        otherauthor = e.mail@justwork.com

Before removing "sectname" for the second line after "[maps]",
Config._prep_maps() should check whether "sectname" is still on the
list. (It removed it already for the first line after "[maps]".

- Servatius

------------------------------------------------------------------------
Servatius Brandt Phone: +49 89 636-41504
Fujitsu Siemens Computers Fax: +49 89 636-48716
EP SW AD C++ Email: Servatius.Brandt@fujitsu-siemens.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 21 18:03:56 2005

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

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