Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86578 - mailer.py stop working after upgrading subversion from 1.1.1 to 1.1.3
Summary: mailer.py stop working after upgrading subversion from 1.1.1 to 1.1.3
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 14:04 UTC by Tom Hosiawa
Modified: 2005-12-06 18:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hosiawa 2005-03-24 14:04:20 UTC
I noticed commit emails aren't being sent out anymore after upgrading subversion from 1.1.1 to 1.1.3 on my server.

I put 1.1.1 back on the server asnd the commit emails work again. Any ideas what could be causing this?

Reproducible: Always
Steps to Reproduce:
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2005-03-25 06:03:34 UTC
No idea. Hooks still work for me. Maybe your particular hook is broken. Remember that hooks are installed on a per repository basis.
Comment 2 Tom Hosiawa 2005-03-25 17:08:06 UTC
I tried hitting the subversion mailing list, but no response so far.

Below is my hook script for my repository in /srv/svn/phaosLeague/conf/mailer.conf
--------------------------------------------------------
# mailer.conf: example configuration file for mailer.py
[general]
diff = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s %(from)s %(to)s
mail_command = /usr/sbin/sendmail

[defaults]
commit_subject_prefix =
propchange_subject_prefix =
from_addr = svn@phaosleague.com
to_addr =
reply_to =
generate_diffs = no

[mailing list]
to_addr = phaosleague-svn@googlegroups.com
generate_diffs = no

[verbose]
to_addr = tom@phaosleague.com peter@phaosleague.com
generate_diffs = add copy delete modify
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-12-06 18:57:47 UTC
Cannot be reproduced, closing.