Date: Thu, 21 May 1998 10:37:45 +0300 (IDT) From: Eli Zaretskii To: Thomas Demmer cc: djgpp AT delorie DOT com Subject: Re: cvs init gives ENODEV on Netware volume In-Reply-To: <355ECEDD.BEAAB9DB@LSTM.Ruhr-UNI-Bochum.De> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 17 May 1998, Thomas Demmer wrote: > The problem I had, IIRC, was that the remove() call returned an error > when it tried to delete a write protected file, There was a thread here not a long ago about a similar problem. IIRC the conclusion was that RCS should be built so that it doesn't attempt to remove the file before renaming/moving it, since DJGPP does that itself if needed (and in that case it wasn't needed). You should be able to find that thread by looking in the mail archives for "RCS" or some such.