www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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" <jari AT cdgroup DOT fi> |
To: | <cygwin AT cygwin DOT com> |
Subject: | newline/linefeed problem with CVS |
Date: | Tue, 13 Aug 2002 09:22:33 +0300 |
Message-ID: | <NEBBLLCEIKAGAEIPPOAOAEGCCFAA.jari@cdgroup.fi> |
MIME-Version: | 1.0 |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |