This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cvs checkout fails in directory that can be accessed via both textmode and binmode mounts


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]