Gaganinder Singh <[EMAIL PROTECTED]> writes:

> After creating a Brach from a Tag, I would like to set permissions on the
> branch. There are 50 Users who have read write access on the main branch
> however we need to set permission so that 25 of the 50 users have Read Write
> Access and the rest of the 25 only Read Access newly created branch from the
> tag.
> 
> Please advise.

The typical method is to write a commitinfo script that you teach how to
identify the user making the commit and to examine the files that are
being committed using something like 'cvs -q status' to determine the
branch they are and then apply whatever access controls you find needful
and return a non-zero exit code from the commitinfo script if you find a
user that should not be committing to your branch(es).

There is a thread on this subject in the archives.

  http://mail.gnu.org/archive/html/info-cvs/2002-05/msg00145.html
  http://mail.gnu.org/archive/html/info-cvs/2002-05/msg00116.html
  http://mail.gnu.org/archive/html/info-cvs/2002-05/msg00149.html
  http://mail.gnu.org/archive/html/info-cvs/2002-05/msg00154.html
  http://mail.gnu.org/archive/html/info-cvs/2002-05/msg00179.html

        Good luck,
        -- Mark



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

Reply via email to