info-cvs
[Top][All Lists]
Advanced

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

Re: Limiting user to Commit file


From: Larry Jones
Subject: Re: Limiting user to Commit file
Date: Wed, 23 Jan 2002 11:12:59 -0500 (EST)

Vishal Jain writes:
> 
> I have a Unix user account from which I want to be able to do all normal cvs
> operation except commit. Is there a way to say that a particular user cannot
> checkin/commit files but they can checkout the file. I am using a Unix user
> that belongs to my cvs group. So that way this Unix user can do all the
> operations on cvsRepository. How can I limit the user commit access?

Do you really want to allow any operation except commit?  Even tag and
admin -o?  If so, I'm afraid you're out of luck.  What you *can* do is
prevent *any* modification of the repository.  To do that, just set the
permissions on the repository directories such that read-only users do
not have write permission and read/write users do.  You'll also need to
set LockDir= in your CVSROOT/config file to put the lock files somewhere
other than in the repository since read-only users still need to be able
to create lock files.

-Larry Jones

We don't ATTEND parties, we just CRASH 'em. -- Calvin



reply via email to

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