info-cvs
[Top][All Lists]
Advanced

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

Re: How to use cvs with a group of users and restrictive file perms


From: Oliver Lehmann
Subject: Re: How to use cvs with a group of users and restrictive file perms
Date: Sun, 30 Jan 2005 18:33:06 +0100

Martin Heinen wrote:

> CVS shouldn't be used to install files.  Instead, install
> the files with a different tool such as a Makefile or a
> script and use CVS to manage the additional files.
> 
> If you want to restrict access to checked out copies, use
> the tools of your operating system (e.g., umask on UNIX systems).

The problem is that the checkout usually gets rdisted to many systems...
make wouldn't be a good solution since It would mean to create a temporary
to-rdist-tree and handling all the special chmod cases.... (one file
has that modes, an other file has other modes - everything as restrictive
as possible) It would complicate the whole thing if you have to create a
"filename - mode" mapping table. In regard of others I've to KISS.
Is there no other way?

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/




reply via email to

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