Dusan Juhas <[EMAIL PROTECTED]> writes: >> I have a CVS folder which I don't want to be checkoutable (this has been >> achieved simply by chmod the appropriate rights). However, it has a >> subfolder which I do want people to be able to checkout/update from BUT >> not >> being able to commit to. Is this possible to do?
For preventing commits, check out the 'cvs_acls.in' script. This worked well for me. It's included with the CVS source in ./contrib. -- Nick _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
