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

[PATCH] minor change to mailer.py for subject formatting

From: Janos Gyerik <janos.gyerik_at_gmail.com>
Date: Sat, 26 Jan 2013 13:39:12 +0100

Hi,

This is a minor change to the mailer.py script often used with the
post-commit hook.

The purpose of the change is to make it possible to dynamically insert
the directory name of the repository in the subject text. Simply it
replaces the term REPONAME in the commit_subject_prefix setting with
the base directory name of the repository. For example if your
repository is in `/path/to/test1` and `commit_subject_prefix =
[svn-REPONAME]`, then the subject of commit emails will be prefixed
with `[svn-test1]`

This simplifies the configuration because multiple repositories can
reuse the same mailer.conf file.

[[[
   When formatting commit email subjects, replace REPONAME in the
commit_subject_prefix setting with the basename of the repository
directory
   ]]]

Regards,
Janos

--
Janos Gyerik
http://www.janosgyerik.com/
https://twitter.com/janosgyerik/

Received on 2013-01-26 20:48:04 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.