info-cvs
[Top][All Lists]
Advanced

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

Re: common vs confidential development parts


From: Xavier Marichal
Subject: Re: common vs confidential development parts
Date: Sat, 22 Dec 2001 17:27:38 +0100

At 23:40 21/12/2001 +0000, Kaz Kylheku wrote:
In article <address@hidden>, Xavier Marichal wrote:
>The constraints are
>A modules should only be accessible to team A
>B modules should only be accessible to team B
>C modules should be accessible to all

Try using Unix groups and the appropriate permissions. The A modules are
owned by group A, and not readable or writable by others. B modules are
owned by group B and similarly attributed. C modules are world-readable
and writable. (Or, alternately, are readable and writable only by a generic
group of CVS users).

I did try that solution (because that would be the simplest solution...) but when
a user of group A performs a checkout or a commit, the whole cvs process stops
with an error when encountering any file of group B. Is there a flag to activate to
avoid such troubles (ignoring such permissions errors)?

Many thanks for any hint,
Xavier




reply via email to

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