Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.com Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Thu, 10 Aug 2000 15:56:26 +0000 From: Alan Griffiths To: cygwin@sourceware.cygnus.com Subject: Re: gdbm & cvs packages ready for official inclusion? -Reply >>> Jason Tishler 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