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]

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


Win2kSP4, cygwin1-20040530.dll snapshot, cvs 1.11.6-3

$ mount -ft c:\\ /testmnt
$ mount
C:\cygwin on / type system (binmode)
c: on /sys type system (textmode)
c: on /testmnt type system (textmode)
<snip>

$ mkdir /testmnt/cvsrep
$ cvs -d /testmnt/cvsrep init
$ mkdir prj
$ cd prj
$ echo "test" >test
$ cvs -d /testmnt/cvsrep import -m "Test." prj sc start
N prj/test

No conflicts created by this import

$ mkdir /testmnt/test
$ cd /testmnt/test
$ cvs -d /testmnt/cvsrep co prj
U prj/test

$ 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


Strange, it did work for me one reboot earlier...  Can someone reproduce
it?  

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]