Jacek Trzmiel wrote: > $ mkdir /testmnt/cygwin/test > $ cd /testmnt/cygwin/test > $ cvs -d /testmnt/cvsrep co prj > : No such file or directoryirectory /testmnt/cvsrep/prj > cvs checkout: skipping directory prj
Some additional info: cygwin 1.5.10-3: $ cvs -d /testmnt/cvsrep co prj Checkout does work, but all files are created with unix endlines (on textmode mount). 20040530 snapshot: $ cvs -d /testmnt/cvsrep co prj Error message displayed (there is lone CR at the end of path): > cvs checkout: cannot open directory /testmnt/cvsrep/prj<CR>: No such file or > directory > cvs checkout: skipping directory prj Some files are created in /testmnt/cygwin/test/CVS, and they have windows endlines. 20040530 snapshot: Same command run as above, but preceded by strace: $ strace cvs -d /testmnt/cvsrep co prj Checkout does work like in 1.5.10-3 version (no errors displayed, unix endlines in all files). Heisenbug? Regards, Jacek. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/