Trying to get cvs working, and it works fine when everything is done
locally.
But when I try to checkout remotely, I get this:
[me@myserver me]$ cvs co hello
cvs server: cannot open /root/.cvsignore: Permission denied
cvs [server aborted]: can't chdir(/root): Permission denied
The above environment,
- cvs co hello was executed on a remote machine
- already logged in successfully (pserver)
- no cvs passwd file used, resorting to the system passwd file for now
What is it doing in root?
Why does it try to open /root/.cvsignore?