Are you saying the actual directory resets its ownership (ls -ld /usr/cvsroot) or that the files/directories underneath it do so (ls -la /usr/cvsroot)? Do you want the directory and all the files to be jeroen:cvs ? Try chown -R jeroen:cvs /usr/cvsroot (recursive, everything gets new ownership). I hope that helps

.