On Wed, Jan 08, 2003 at 09:05:00AM -0600, [EMAIL PROTECTED] wrote:
> I have a user with read only access to CVS.  I want him to have the ability
> to write(commit) to one specific file and to tag all files in the
> repository while retaining his read only access to everything else.  Is
> this possible?

No:
  - You can't give "tag" permission without "commit".  You can
    only allow or disallow *all* writes, not selectively.

  - You can give a user write (= commit + tag + delete + ...)
    access to only one directory, but not to one file within a
    directory.  Because of the way CVS works, it's the
    directory's permissions that matter, not those of the
    individual files.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
Just Say No to the "faceless cannonfodder" stereotype.
        - http://www.ainurin.net/ (an Orc site)


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

Reply via email to