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 From: "Jari Lappalainen" To: Subject: newline/linefeed problem with CVS Date: Tue, 13 Aug 2002 09:22:33 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Hello I have been having problems with cygwin cvs linefeed and newline characters. I am sending my work-around in case someone else is searching the archives for help. I upgraded cygwin (and its cvs) and got this message while executing cvs commands cannot open directory //host/cvs/project^M: No such file or directory The trouble was that the directory were my projects are (and all the other directories too) was mounted in binmode. All my project files have \r\n type of line endings (locally, repository has \n) so that MSVC can handle them. The binmode mount made cvs read in linefeed without stripping. (This didn't seem to happen with earlier versions of cygwin or cvs.) If you have this situation something like mount -u -t 'C:\projects' /projects can help. Jari Lappalainen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/