On Friday 14 April 2000, at 18 h 41, the keyboard of Gregory Propf
<[EMAIL PROTECTED]> wrote:
> I want to know how I can set it up so that I can specifiy access
> permissions on a per module and per file basis.
Well, you can always put whatever permissions you wish in $CVSROOT. But it is
easier to manage different permissions on a per-directory basis.
> some that have PHP and HTML. I do not want non-programmers to be able
> to modify the PHP pages but I want them to be able to change HTML docs.
Put them in two different Unix groups and set different group-write authorizations.
Since it is the standard Unix way, I assume there is something special in your
requirments which I do not see.