I get this error during checkout:
cvs checkout: warning: new-born file.java has disappeared
cvs [checkout aborted]: cannot make directory : No such file or directory
cvs status: cannot rewrite CVS/Entries.Backup: Permission denied
I'm sure I have the proper permissions to this folder and it happens even when I try to check out to a new one. I'm also sure that these files exist in cvs..
my checkout command is:
cvs co -d dir -N -r(num) -r(num)... file file... and so on
What does this new-born thing mean?