Bug 52117

Summary: CVS does not checkout some files
Product: [Retired] Red Hat Linux Reporter: Jan "Yenya" Kasprzak <kas>
Component: cvsAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: kas
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-20 18:09:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan "Yenya" Kasprzak 2001-08-20 18:09:54 UTC
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.