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]

Re: cvs pserver issue with new cygwin packages


> > $ 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/


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