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

Re: Request for 'svn' mailing list split.

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-08-25 06:58:16 CEST

"B. W. Fitzpatrick" wrote:
> - We can split off commit emails in /clients to another list.
>
> I for one am -0.5 on this happening. It's going to require a good bit
> of work on the part of those who maintain the Subversion
> infrastructure--tweak the commit mailer, set up a new list, subscribe
> everyone to it, etc., and people are working their tails off to make
> beta happen within a reasonable timeframe.
>
> Perhaps instead of flaming someone who tried to help you, you can
> offer a patch to the commit mailer to get the ball rolling?

The easy part is setting up commit-email.pl. The time consuming part is
setting up all the rest.

commit-email.pl already handles sending email to different mailing lists
depending upon the paths that have been modified in the commit. Here's
the command I use from my post-commit script:

# Send an email out showing the differences in this commit. Blair sees
# every commit, but the orca-checkins mailing list only gets Orca commits.
"$REPOS/hooks/commit-email.pl" "$REPOS" "$REV" \
  -m '^(branches|tags|trunk)/orca' orca-checkins@orcaware.com \
  -m '.*' blair@orcaware.com &

Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 25 06:58:58 2002

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.