>===== Original Message From "Chris Chambers" <[EMAIL PROTECTED]> =====
>I would like to be able to restrict commits to a certain branches (like, the
>"release branch").
>
>Is there any way to do that?

My cvssupport project at SourceForge may help you out here 
(https://sourceforge.net/projects/cvssupport/).  It lets you write perl 
objects (not scripts) that can restrict commits, tags, etc. however you like 
(subject to the strange hodgepodge of information available that gets passed 
via the standard commitinfo mechanism).  There's also an ACL mechanism in 
there so you don't have to write any scripts and you can prevent checkins 
using it based on tag name, revision number, etc. all using perl regexps.

I haven't released a SourceForge file module yet, but the code is available 
from the cvs repository.

Cheers,
Laird

--
[EMAIL PROTECTED]
http://www.amherst.edu/~ljnelson/
Good, cheap, fast: pick two.


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to