This is the mail archive of the cygwin@sources.redhat.com 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]

Re: gdbm & cvs packages ready for official inclusion? -Reply


>>> Jason Tishler <Jason.Tishler@dothill.com> 10/August/2000 01:43pm
>>>
> When I use a Cygwin version of cvs as the client in client/server mode
> (ie, via rsh), I get the following annoying error messages during a cvs
> update:
> 
>   $ cvs update
>   cvs update: error reading current directory: Function not implemented
>   cvs update: error reading current directory: Function not implemented
>   cvs update: error reading current directory: Function not implemented
 
I don't follow the code well enough to be sure what is going on, but this
is caused by the call to 'isdir' at line 437 of ignore.c (in 1.10.7 anyway).

Resetting errno after the call suppresses the message.  (I don't propose
this as a fix since there probably is a problem in the code and this would
hide it.)


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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