Thirumal Raj writes: > > First ,tell me in what way we can assign permissions to group members in the > project.If so tell whether its depend on the operating system or the CVS.For > example I have set up my repository in server as /usr/local/cvs under which > all the projects reside.As explained in cederquist I formed a group for each > project whichas ADMIN and GROUP MEMBERS and I want to define the separate > permissions for both of them.I want to make all the commit operations via > the ADMIN..Tell me how can it be resolved?????.How to configure the LOCKDIR > in CVSROOT/Config file???????? if I want set permissions in file level.
CVS does not handle permissions itself, it relies on the operating system. To do what you want, you'll want to set the permissions on each directory so that the admin has write permission but other group members only have read permission. You'll need to set LockDir in CVSROOT/Config to some directory (outside the repository) where everyone has write access for lock files. CVS doesn't support permissions at the file level, only the directory. -Larry Jones Years from now when I'm successful and happy, ...and he's in prison... I hope I'm not too mature to gloat. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
