Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 33993 invoked from network); 20 Nov 2004 02:26:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Nov 2004 02:26:38 -0000 Received: (qmail 99288 invoked by uid 500); 20 Nov 2004 02:26:34 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 99235 invoked by uid 500); 20 Nov 2004 02:26:34 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 99214 invoked by uid 99); 20 Nov 2004 02:26:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Errors-To: Message-Id: <6.1.2.0.2.20041119200247.05222ec0@pop3.rowe-clan.net> X-Sender: admin%rowe-clan.net@pop3.rowe-clan.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Fri, 19 Nov 2004 20:06:51 -0600 To: Garrett Rooney From: "William A. Rowe, Jr." Subject: Re: msdev chokes on .dsp and .dsw in unix text file format Cc: Kris Carlgren , dev@apr.apache.org In-Reply-To: <419E8317.1040402@electricjellyfish.net> References: <419E8317.1040402@electricjellyfish.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N At 05:34 PM 11/19/2004, Garrett Rooney wrote: >Kris Carlgren wrote: >>Hi. I know I�m new, and I wanted to check out the APR-1.0.0 release. With the release, APR is receiving a lot of attention at the moment, so I thought I�d post my only problem and solution. >> >>Everything compiled fine under cygwin and redhat linux, but choked in msdev. The .dsp and .dsw files are in Unix text file format, and msdev doesn�t give a clear error message. It simply says �project not found�. >> >>Of course, the solution was to run lineends.pl on the tree and everything worked fine. >> >>I propose adding lineends.pl to the �Build on Win32� page, or try to keep the .dsp and .dsw files in DOS format. > >Actually now that APR is in Subversion we can just set svn:eol-style on the files in question and never have this problem again. ONLY if svn:eol-style crlf in conjunction with an svn diff produces an identical result on linux and win32. Even then it creates a binary diff (mixing line ending codes). This is -not- elegant. Search for my previous rants on the subject. Kris, are you using a win32 port of svn? Or are you trying to use a non-win32 port such as cygwin? Those are two different operating systems. I love the idea of noting build/lineends.pl in the building on win32 page!!! I'm shocked it wasn't there and appologize for the oversite. Bill