[EMAIL PROTECTED] 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

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to