Why isn't CVS giving me the code files?
July 9, 2009 12:03 PM
Subscribe
What could I be missing with CVS? Checkout only gives me header files even though I can see that there are code files in the same directory.
I have been provided a CVS repository to work with. Using WinCVS I can traverse the repository and can see what files are in each directory and know that there are a mix of header and code files. When I try to checkout modules, the directory structure gets created and the header files are there, but the code files are not extracted. I've tried a bunch of stuff without avail. Note that this is a copy of the repository, and I cannot be sure it was created correctly. What do I check?
posted by procrastination to computers & internet (4 comments total)
You can run cvs status on a file or list of files to see what the repository actually thinks about them - if you get a bunch of question marks, the files aren't actually in the repository.
If that fails, what happens when you run cvs update on the path of a file that should be getting checked out?
posted by jordanlewis at 12:30 PM on July 9