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

using .commitmail files to get addresses for commit-email.pl

From: Gregory Marton <gremio_at_csail.mit.edu>
Date: 2006-02-20 17:51:02 CET

I have found it useful to receive commit messages for only part, rather
than all of a repository. This is possible with commit-email.pl using the
-m regex option, but one has to have access to the post-commit hook to make
changes regarding recipients. dot-commitmail.pl allows recipients to
modify their per-directory messaging preferences using ".commitmail" files
in the repository.

dot-commitmail.pl does not replace, but augments commit-email.pl. It can
be invoked from the post-commit hook with or without recipients, just as
commit-email.pl was. dot-commitmail checks for ".commitmail" files in the
committed version of the repository, and reads recipients, one per line.
It invokes commit-email.pl with those recipients only if modifications were
made in the same directory or subdirectories.

Please consider adding dot-commitmail.pl to the subversion tools
distribution along with commit-email.pl. It can be found here:
     http://csail.mit.edu/~gremio/code/dot-commitmail.pl.html

Thanks,
Grem

-- 
-------- __@   Gregory A. Marton            http://csail.mit.edu/~gremio/
----- _`\<,_                                                            .
---- (*)/ (*)         <<== IT went data way! ==>>
~~~~~~~~~~~~~~~~-~~~~~~~~_~~~_~~~~~v~~~~^^^^~~~~~--~~~~~~~~~~~~~~~++~~~~~
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 21 13:22:50 2006

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.