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

Mailer problem

From: Luigi Paioro <luigi_at_lambrate.inaf.it>
Date: 2005-12-01 15:17:53 CET

Hi all!

I have a repository named myrepos. Into it there is a project named
myprj. I need to recieve an e-mail after each commit. I've tried using
svnmailer and mailer.py but nothing runs. This is my sample config file
(named mailer.conf):

[general]
sendmail_command = /usr/sbin/sendmail
smtp_host = localhost

[author table]
admin = SVN Admin <luigi>
luigi = Luigi Paioro <luigi>

[maps]
from_addr = [author table]
to_addr = [author table]

[defaults]
commit_subject_prefix = [SVN Commit]
from_addr = %(author)s
generate_diffs = none

[my group]
for_rep = .*/myrepos$
for_paths = /myprj
to_addr = luigi

My post-commit hook file has this commands:

REPOS="$1"
REV="$2"
./mailer.py commit "$REPOS" "$REV" ./mailer.conf &

BUT when I do some commit in myprj nothing happens. What's wrong?

Can you suggest me some diagnostic test?

Thaks.

Luigi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 1 15:29:32 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.