Jeronimo Pellegrini wrote:
groups shows that I am a member of:
tallison audio cvs
:(...
Hm, reading agai nyour message, I see that:
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
^
Isn't this your problem, perhaps? You don't have writ access to
myproject.
J.
THATS IT!!!
I did chmod as ROOT, and root was/is not part of group:cvs. Which means
it never got changed to write permissions for that group. At least
that's my story. Maybe there's a better one, I think that there is.
I changed 'myproject' to owner:tallison (that's me) and group:cvs and
then changed the rwx permissions. It's chewing away right now importing
all the 'stuff'.
Thanks a ton.