From general-return-4531-apmail-incubator-general-archive=incubator.apache.org@incubator.apache.org Sat Nov 13 04:38:35 2004 Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 2412 invoked from network); 13 Nov 2004 04:38:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Nov 2004 04:38:34 -0000 Received: (qmail 39791 invoked by uid 500); 13 Nov 2004 04:38:32 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 39656 invoked by uid 500); 13 Nov 2004 04:38:31 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 39639 invoked by uid 99); 13 Nov 2004 04:38:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of davanum@gmail.com designates 64.233.170.197 as permitted sender) Received: from [64.233.170.197] (HELO rproxy.gmail.com) (64.233.170.197) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 12 Nov 2004 20:38:28 -0800 Received: by rproxy.gmail.com with SMTP id i8so555929rne for ; Fri, 12 Nov 2004 20:38:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=A+Qke7BsvCj+UL7oNBlbQPOV8KYGoTeVCkvjH1TdekmqM/PxfJ6kHBG8V011JIlVrigotCU/6etbpEX03HN7zRt5Yh+FOmYKagGwSzXJ3ftU6tVuh4xUVsy2pGUkTD5/uj1vsAojLL6TSgjIOZyGGhY5qTyebHPRPQ0CNkiRnOw= Received: by 10.38.65.8 with SMTP id n8mr238838rna; Fri, 12 Nov 2004 20:38:23 -0800 (PST) Received: by 10.38.171.63 with HTTP; Fri, 12 Nov 2004 20:38:23 -0800 (PST) Message-ID: <19e0530f04111220382afcd6a9@mail.gmail.com> Date: Fri, 12 Nov 2004 23:38:23 -0500 From: Davanum Srinivas Reply-To: dims@apache.org To: David Crossley Subject: Re: fixcrlf (Was: svn commit: rev 57421) Cc: general@incubator.apache.org In-Reply-To: <41958086.50909@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041111050432.30022.qmail@minotaur.apache.org> <41958086.50909@apache.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David, my guess is that since everything was migrated from CVS to SVN, probably the files were in bad shape in CVS itself... -- dims On Fri, 12 Nov 2004 20:33:26 -0700, David Crossley wrote: > Using Ant fixcrlf does not make sense with SVN > does it? Surely the committer has to just do > 'svn propset svn:eol-style native" for the text > files after doing 'svn add' or configure their > svn client to do it. Similarly setting the > mime-type for PDF. > > --David > > dims wrote: > > Author: dims > > Date: Wed Nov 10 21:04:32 2004 > > New Revision: 57421 > > > > Modified: > > incubator/public/trunk/build.xml > > Log: > > fixing build > > > > Modified: incubator/public/trunk/build.xml > > ============================================================================== > > --- incubator/public/trunk/build.xml (original) > > +++ incubator/public/trunk/build.xml Wed Nov 10 21:04:32 2004 > > @@ -10,7 +10,14 @@ > > > > > > > > - > > + > + eol="unix" > > + includes="**/*.css" > > + /> > > + > + eol="unix" > > + includes="**/*.html" > > + /> > > > > > > > > -- Davanum Srinivas - http://webservices.apache.org/~dims/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org