info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Set Permissions on Branched Code from Tag.


From: Mark D. Baushke
Subject: Re: Set Permissions on Branched Code from Tag.
Date: Fri, 21 Feb 2003 08:19:12 -0800

Gaganinder Singh <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]