info-cvs
[Top][All Lists]
Advanced

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

Re: checkout problem


From: Matt Riechers
Subject: Re: checkout problem
Date: Wed, 03 Oct 2001 14:45:46 -0400

address@hidden wrote:
> 
> Hi Matt,
> 
> I have set the unix group permissions for the directory corresponding
> to the repository and the project to "cvs", which is the group I created
> for repository access.
> 
> Is there some place else that I need to set
> permissions?

Does the user belong to the cvs group? The directory permissions should look
like:

drwxrwsr-x  user-in-cvs-group  cvs         webengine_src

The user you are logging in as has to have write access to 'webengine_src'.
You should also run 'chmod g+s' on the directory to make sure all files in that
directory are owned by the directory owner.

Please post your CVSROOT (client) and 'ls -ld $CVSROOT/webengine_SRC' (server).

> Also, is "module" synonymous with "project"?

In this case, yes. An "official" module is just a project listed in the
CVSROOT/modules file. A project may include zero or more modules.

-Matt



reply via email to

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