info-cvs
[Top][All Lists]
Advanced

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

Re: Read Only User Tagging Files?


From: Eric Siegerman
Subject: Re: Read Only User Tagging Files?
Date: Wed, 8 Jan 2003 15:53:23 -0500
User-agent: Mutt/1.2.5i

On Wed, Jan 08, 2003 at 09:05:00AM -0600, address@hidden 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.        address@hidden
|  |  /
Just Say No to the "faceless cannonfodder" stereotype.
        - http://www.ainurin.net/ (an Orc site)




reply via email to

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