2007-12-13
If someone has added something to CVS with incorrect permissions (ie. their own username instead of cvs) then you can do the following
- # chown -R cvs templates/ - changes ownership of templates to cvs
- # chgrp -R cvs templates/ - changes group ownership of templates to cvs
- # chmod -R 0444 * - sets file permissions read-only for users/groups/others