[Asterisk-Dev] Commit emails & CVS Web
Reini Urban
r.urban at inode.at
Wed Aug 6 05:11:08 MST 2003
Armand A. Verstappen schrieb:
> CVS configuration (the files in CVSROOT) makes it possible to only send
> commit emails for certain paths within CVS. I'd propose setting up a new
> mailinglist asterisk-cvs at lists.digium.com with reply-to set to
> asterisk-dev at lists.digium.com, and to setup CVS to send commit emails to
> this mailinglist.
CVSROOT/loginfo:
asterisk/codecs/g729 true
asterisk/codecs/dialogic true
asterisk $CVSROOT/CVSROOT/syncmail %{sVv} asterisk-cvs at lists.digium.com
syncmail (a python script) should be at
http://sourceforge.net/projects/cvs-syncmail
> For CVS web access, I don't have a suggestion handy, but I'm willing to
> investigate the possibilities if Digium is open to this, and there's
> interest from the asterisk community.
viewcvs is quite easy to protect by
<Location> for certain subdirectories. http://viewcvs.sf.net/
e.g.
<Location "/cgi-bin/viewcvs.cgi/asterisk/codecs/(g729|dialogic)/">
AuthType Basic
AuthName "Protected"
AuthFile conf/htpasswd
require valid-user
</Location>
--
Reini Urban - Entwicklung - http://inode.at
More information about the asterisk-dev
mailing list