Re: Subversion commit email script and "unprintable" characters
From: Alfred von Campe <alfred_at_von-campe.com>
Date: Wed, 13 Jan 2016 20:54:12 -0500
Thanks for that pointer. I’ve started to look into the new script, and noticed it has an accompanying config file. However, I would like to be able to specify some parameters on the command line because they vary with each commit. For instance, this is how I call the the old Perl script from our post-commit hook:
$COMMONDIR/commit-email.pl -r $USEREMAIL --diff n -s "$SUBJECT" $REPOSITORY $REVISION $EMAIL
That is, I like to set the Reply-To: address (-r) to the user who made the commit, I set a customized Subject line based on the branch name, commit revision and username (-s), and the email list is set from a file that is checked into the repo and accessed via svnlook.
Does the new Python script also support command line options or must everything be configured via the config file? Is there any documentation for this script (other than the script itself)?
Alfred
> On Jan 13, 2016, at 11:52, Ryan Schmidt <subversion-2015_at_ryandesign.com> wrote:
|
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.