Re: 1.3.6-6 & CVS: BUG: opendir() returns ENOTDIR whereas ENOENT would probably be a better choice...

2002-01-09 Thread egor duda
Hi! Friday, 04 January, 2002 Christopher Faylor [EMAIL PROTECTED] wrote: CF> On Fri, Jan 04, 2002 at 09:59:31PM +0300, egor duda wrote: >>Friday, 04 January, 2002 Alexei Lioubimov [EMAIL PROTECTED] wrote: >>AL> cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a >>AL> direct

Re: 1.3.6-6 & CVS: BUG: opendir() returns ENOTDIR whereas ENOENT would probably be a better choice...

2002-01-04 Thread Christopher Faylor
On Fri, Jan 04, 2002 at 09:59:31PM +0300, egor duda wrote: >Friday, 04 January, 2002 Alexei Lioubimov [EMAIL PROTECTED] wrote: >AL> cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a >AL> directory >AL> I send this error to info-cvs mailing list and they said, that it is due

Re: 1.3.6-6 & CVS: BUG: opendir() returns ENOTDIR whereas ENOENT would probably be a better choice...

2002-01-04 Thread egor duda
Hi! Friday, 04 January, 2002 Alexei Lioubimov [EMAIL PROTECTED] wrote: AL> cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a AL> directory AL> I send this error to info-cvs mailing list and they said, that it is due to AL> opendir() implementation in cygwin (it returns ENO

1.3.6-6 & CVS: BUG: opendir() returns ENOTDIR whereas ENOENT would probably be a better choice...

2002-01-04 Thread Alexei Lioubimov
Hello, I think i've found a bug in cygwin: I can not use very important CVS command "cvs co -r". I tried a "cvs co -r mytag myproj" and receive the following: cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a directory It is true -- since i have deleted nothing in myproj