[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: Branko Čibej <brane_at_xbc.nu>
Date: 2002-08-26 18:01:49 CEST

Blair Zajac wrote:

>To implement this, I would use the following command in post-commit
>
>"$REPOS/hooks/commit-email.pl" "$REPOS" "$REV" \
> -m '.*' svn@subversion.tigris.org \
> -m '^clients/gsvn' gsvn-commits@subversion.tigris.org \
> -m '^clients/rapidsvn' rapidsvn-commits@subversion.tigris.org \
> -m '^trunk' svn-commits@subversion.tigris.org
>
>The script is smart enough to send the same commit message to multiple
>lists if the commit matches.
>
>

Wups! With this command line, svn-commits@ wouldn't receive commits to
branches/ and tags/. The last pattern should be '^(trunk|tags|branches)'.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 26 18:02:35 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.