anamika mathur writes: > > Is it possible to restrict checking > out of CVSROOT directory to only certain users for > security reasosns? If yes,how do u do it?
Set the ownership and permissions of the CVSROOT directory appropriately: no one can check out files in a directory unless they have read permission on the directory and no one can commit files in a directory unless they have write permission on the directory. > Also, if it is desired that readers and > writers file in CVSROOT directory of the repository > should not be checked out by any other user except > administator, what is the procedure for doing it? Permissions are only effective at the directory level, so you can't have different rules for different files in the same directory. -Larry Jones Aw Mom, you act like I'm not even wearing a bungee cord! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
