X-Spam-Check-By: sourceware.org From: ericblake AT comcast DOT net (Eric Blake) To: cygwin AT cygwin DOT com, Nicholas Thayer Subject: Re: cvs pserver issue with new cygwin packages Date: Wed, 10 May 2006 19:12:55 +0000 Message-Id: <051020061912.15752.44623B370003AC8000003D8822007613940A050E040D0C079D0A@comcast.net> X-Mailer: AT&T Message Center Version 1 (Apr 11 2006) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > > $ cvs co test > > cannot mkdir /tmp/cvs-serv3172/. > > No such file or directory > > This was a bug in Cygwin 1.5.19, which returned the wrong error code for > creating this directory, and CVS didn't know to ignore it. Try a > snapshot. It wasn't the 'wrong' errno, so much as a different errno than Linux used in the same situation, and a bug that still exists in CVS for blindly assuming that only the Linux errno will be used even on non-Linux platforms. POSIX allows any number of errno returns when more than one simultaneous error condition exists. -- Eric Blake -- 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/