Narayan has already whitelisted it.

Comments

gábor hojtsy’s picture

As-in commit message emails? That would be a great idea!

drumm’s picture

List name? Email address?

damien tournoud’s picture

1.

svn co http://svn.collab.net/repos/svn/branches/1.5.x/tools/hook-scripts/mailer/ /path/to/subversion-mailer

2. Configure mailer.conf (just changing the smtp server and from and to email addresses should be enough

3. Add the following post-commit hook to all repositories

#!/bin/sh

# POST-COMMIT HOOK
#
# The post-commit hook is invoked after a commit.  Subversion runs
# this hook by invoking a program (script, executable, binary, etc.)
# named 'post-commit' (for which this file is a template) with the 
# following ordered arguments:
#
#   [1] REPOS-PATH   (the path to this repository)
#   [2] REV          (the number of the revision just committed)

REPOS="$1"
REV="$2"

/path/to/mailer.py commit "$REPOS" "$REV" /path/to/mailer/mailer.conf
gerhard killesreiter’s picture

The list exists at http://lists.drupal.org/listinfo/svn

We've configured it at I also put in the mailer.py configuration, I am not sure it will work, though.

gerhard killesreiter’s picture

Status: Active » Fixed

Seems to work

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org redesign

Automatically closed -- issue fixed for 2 weeks with no activity.

Component: Mail » Servers