[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS help
From: |
Larry Jones |
Subject: |
Re: CVS help |
Date: |
Wed, 4 Jul 2001 13:36:24 -0400 (EDT) |
irwin writes:
>
> i have cvs repository i have also defined my writers and readers file
> but i want directory wise security how do i achive it because i have
> number of projects so i dont want other project users to access my
> project othere than read if i have to give them access please kindly
> suggest me
Use normal file ownership and permissions. People need read permission
on a directory to read the files in it and write permission to be able
to commit changes. If you want to allow read-only access to some
directories, you'll have to use LogDir= in your CVSROOT/config file to
put CVS's lock files outside the repository (since you need write
permission on a directory to create locks in it and even reading
requires locking).
-Larry Jones
I think my cerebellum just fused. -- Calvin
- CVS help, irwin, 2001/07/04
- Re: CVS help,
Larry Jones <=