A loaded question on this list. A commitinfo script should be able to get you there - the branch information is available to it through "cvs -n stat", after that it is checking which user is trying to commit through the $USER variable and figuring out whether he has the permission to do so.
Thanks Shubho -----Original Message----- From: Steve Baker <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, October 17, 2001 3:55 AM Subject: branch-level permissions >Hi everyone - >Is it possible to control permissions at the branch level in CVS? I would >like to create a branch and then limit the people allowed to make changes >on the branch, but I can't see an easy (or even a difficult) way to do this... >Thanks >Steve Baker > > >_______________________________________________ >Info-cvs mailing list >[EMAIL PROTECTED] >http://mail.gnu.org/mailman/listinfo/info-cvs > _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
