Re: CVS Checkout fails

2005-09-15 Thread Antoine Levy-Lambert
[EMAIL PROTECTED] wrote: >I'm getting the following error when checking out modules >>from CVS (with label): > >All the files int the CVS module are listed here, >...then >cvs checkout: cannot open CVS/Entries for reading: No such >file or directory > >I don't get this if no label is specifi

Re: CVS Checkout fails

2005-09-15 Thread Andrew Goktepe
Look at the line preceding that one in the output. That should tell you the directory CVS was in when it encountered that error. Then take a look at its subdirectories. Look for local versions (created manually, not checked out) of a subdirectory which also exists in the CVS repository. That cou

CVS Checkout fails

2005-09-15 Thread jstallard
I'm getting the following error when checking out modules from CVS (with label): All the files int the CVS module are listed here, ...then cvs checkout: cannot open CVS/Entries for reading: No such file or directory I don't get this if no label is specified. Is this normal behavior? -