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

2005-01-30 Thread Oliver Lehmann
Hi, I would like to use cvs with a group of users. That fact alone is quiet easy to handle by doing what https://ccvs.cvshome.org/fom/cache/92.html says. The problem I have is, that the files I want to manage with cvs are having restrictive permissions like 0700 and so on. cvs adjusts those permis

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

2005-01-30 Thread Martin Heinen
On Sun, Jan 30, 2005 at 03:30:00PM +0100, Oliver Lehmann wrote: > I would like to use cvs with a group of users. That fact alone is quiet > easy to handle by doing what https://ccvs.cvshome.org/fom/cache/92.html > says. The problem I have is, that the files I want to manage with cvs are > having r

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

2005-01-30 Thread Oliver Lehmann
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.,

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

2005-01-31 Thread Phillips, Darren (UK)
> I would like to use cvs with a group of users. That fact alone is quiet > easy to handle by doing what https://ccvs.cvshome.org/fom/cache/92.html > says. The problem I have is, that the files I want to manage with cvs are > having restrictive permissions like 0700 and so on. cvs adjusts those >

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

2005-01-31 Thread Christopher.Fouts
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >] On Behalf Of Phillips, Darren (UK) >Sent: Monday, January 31, 2005 8:24 AM >To: info-cvs@gnu.org >Subject: Re: How to use cvs with a group of users and >restrictive file perms > > >

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

2005-01-31 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver Lehmann <[EMAIL PROTECTED]> writes: > I would like to use cvs with a group of users. > That fact alone is quiet easy to handle by doing > what https://ccvs.cvshome.org/fom/cache/92.html > says. The problem I have is, that the files I > want to

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

2005-01-31 Thread Oliver Lehmann
Hi Mark, > If you are using a UNIX or Linux client, you > should be able to use: > >umask 077 >cvs checkout module > The problem is, that it isn't generious 0700 some files are having other modes and so on... (each as restrictive as possible in that environment) -- Oliver Lehmann h

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

2005-01-31 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oliver Lehmann <[EMAIL PROTECTED]> writes: > > If you are using a UNIX or Linux client, you > > should be able to use: > > > >umask 077 > >cvs checkout module > > > > The problem is, that it isn't generious 0700 some files are having other

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

2005-01-31 Thread Oliver Lehmann
Mark D. Baushke wrote: > Your initial problem statement seemed to indicate that this was all you > needed. If you need something else, you need to give examples of what > fails to be satisfied by this method. Ok for example: rwx-- file1 rwxr-x--- file2 rwxr