It looks like there is something wrong with the way the directory was checked out. When you check out files with CVS, it creates a sub-directory called CVS, which contains files which CVS then reads to learn where the controlling repository is.
Maybe the directory you're starting in has a corrupted CVS sub-directory. You should do a fresh checkout before trying again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I recive this error on start with TkCVS under Linux
' Repository file not found in /home/info98/diguglie/CVS '
I've set .bash_profile
CVSROOT=/home/info98/diguglie/CVS
export CVSROOT
What am I forgetting?
Sorry, for Fractured English.
It looks like there is something wrong with the way the directory was checked out. When you check out files with CVS, it creates a sub-directory called CVS, which contains files which CVS then reads to learn where the controlling repository is.
Maybe the directory you're starting in has a corrupted CVS sub-directory. You should do a fresh checkout before trying again.