/usr/share/doc/svnmailer/README.Debian is in svnmailer 1.0.9-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | svnmailer for Debian
--------------------
To use svnmailer, create a configuration file (an example is provided in
/usr/share/doc/svnmailer/examples/) and add to your hooks/post-commit:
REPOS="$1"
REV="$2"
/usr/bin/svn-mailer --commit --config <path>/svnmailer.conf --repository $REPOS --revision $REV
Please make sure that your post-commit hook script is executable (chmod +x).
For more complete information, read the full documentation.
-- Julien Danjou <acid@debian.org>, Fri, 27 May 2005 20:58:11 +0200
|