Description of Problem: CVS does not check out some files. Version-Release number of selected component (if applicable): cvs-1.11-3 How Reproducible: 100% Steps to Reproduce: 1. Create the directory, populate it with some *.c files (for example). 2. add a file named "missing", and a file named "something.glade". 3. Create a CVS repository using "cvs import" command 4. Change to (for example) /tmp and do "cvs checkout". Actual Results: the file named "missing" and "something.glade" are not checked out, even though in the $CVSROOT/project/ there are files named missing,v and something.glade,v. Expected Results: All files from the repository should be checked out. If I do manually "cvs update missing" or "cvs update something.glade", the files get checked out correctly. Additional Information: I've installed cvs-1.11.1p1-3 (from Roswell beta), and it seems to work. The package from stock 7.1 does not work.