> created group 'cvs' > added myself to group cvs > > cd /var/lib/cvs > chgrp -R cvs . > chmod ug+rwx . CVSROOT > > (I got this stuff from /usr/doc/cvsbook/cvsbook_4.html#SEC50) > > all the files in /var/lib/csv have the permission/ownership of > drwxrwsr-x root cvs CVSROOT > drwxr-sr-x root cvs myproject > > But when I (as joe-user) do: > cd ~/myproject > cvs import -m "Import Source" myproject fatco1 rel0 > I'm pummelled with "Permission Denied"... > > I can't create a file in the myproject directory, even manually. I'm > sure it's got to do with the 's' notation on permissions, but I have no > idea if I should try to modify the sticky bit.
Are you sure you're in group cvs? try "groups", and it will tell you... I think you need to log out and then login again after adding yourself to a group. J. --