Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 48652 invoked from network); 8 Sep 2006 17:32:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2006 17:32:00 -0000 Received: (qmail 78151 invoked by uid 500); 8 Sep 2006 17:31:59 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 78105 invoked by uid 500); 8 Sep 2006 17:31:59 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 78096 invoked by uid 99); 8 Sep 2006 17:31:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 10:31:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.73.126.120] (HELO mail.envoisolutions.com) (216.73.126.120) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 10:31:58 -0700 Received: from [192.168.75.14] (uu2bos-gw.iona.com [65.223.216.129]) by mail.envoisolutions.com (Postfix) with ESMTP id 83C8447D50 for ; Fri, 8 Sep 2006 10:24:21 -0700 (PDT) Message-ID: <4501A8F6.4050701@envoisolutions.com> Date: Fri, 08 Sep 2006 13:31:34 -0400 From: Dan Diephouse User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: Re: Bad EOLs in source files References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think instead of "Folks," this should be "Dan!" I'll fix up my stuff and my svn props. Sorry for the ugliness! - Dan Glynn, Eoghan wrote: >Folks, > >I've come across a few sources riddled with ^Ms, presumably because some >windows users haven't set their svn:eol-style to native. See list below >... > >Easy to fix up with dos2unix, but bound to screw up commits if anyone >has modified any of these elements in their working copies (unless >there's an 'ignore whitespace' option to svn commit ... doesn't appear >to be in v1.3). > >So if you've added any of these elements, check your svn:eol-style >setup. If you've modified any of these elements, use dos2unix to fix up >after committing. > >Cheers, >Eoghan > >eglynn - 1190> for f in `find . -name "*.java"`; do if test "`cat -v $f >| grep '\^M'`"; then echo $f; fi; done >./rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/DispatchImpl.java >./rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor >/Soap11FaultInInterceptor.java >./rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor >/RPCOutInterceptor.java >./rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor >/Soap11FaultOutInterceptor.java >./rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor >/RPCInInterceptor.java >./common/src/main/java/org/apache/cxf/staxutils/PartialXMLStreamReader.j >ava > >eglynn 1 1191> for f in `find . -name "*.wsdl"`; do if test "`cat -v $f >| grep '\^M'`"; then echo $f; fi; done >./tools/wsdl2java/src/test/resources/wsdl2java_wsdl/bug305770/Printer.ws >dl > >eglynn - 1192> for f in `find . -name "*.xsd"`; do if test "`cat -v $f | >grep '\^M'`"; then echo $f; fi; done >./api/src/main/resources/schemas/wsdl/xml-binding.xsd > > -- Dan Diephouse (616) 971-2053 Envoi Solutions LLC http://netzooid.com