bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs init "bug".


From: Larry Jones
Subject: Re: cvs init "bug".
Date: Fri, 25 May 2001 11:19:12 -0400 (EDT)

Robinson, Greg writes:
> 
> Thankx for the replies.  I've done some more investigation.  Line 335 of
> src/filesubr.c looks like it will make the direcrory and it currently looks
> for permission denied and file exists.  I'm not sure what error number
> would correspond to operation not applicable.  Perhaps ENOTSUP (48)
> Operation not supported from Solaris's sys/errno.h?

No.  If you'd looked at the intro(2) man page like I suggested, you'd
have seen that it's ENOSYS.  (And someone at Sun should be strung up for
the comment in sys/errno.h not matching the actual message.)  I think
the right thing to do is to ignore the error code if the directory
already exists, so I'll go ahead and make that change.

-Larry Jones

It's clear I'll never have a career in sports until I learn
to suppress my survival instinct. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]