Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 45231 invoked from network); 25 Jul 2006 15:32:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 15:32:48 -0000 Received: (qmail 66073 invoked by uid 500); 25 Jul 2006 15:32:47 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 66035 invoked by uid 500); 25 Jul 2006 15:32:47 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 66024 invoked by uid 99); 25 Jul 2006 15:32:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 08:32:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.247.155.1] (HELO swip.net) (212.247.155.1) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 08:32:46 -0700 X-T2-Posting-ID: sqekuHx5EEXz8PMiWfS+nn/CVSJ13AovswB5l38CkqQ= X-Cloudmark-Score: 0.000000 [] Received: from [83.180.185.224] (HELO [192.168.2.4]) by mailfe09.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 72896395 for dev@forrest.apache.org; Tue, 25 Jul 2006 17:32:21 +0200 Subject: Re: Diffs for PDF? (was Re: svn commit: r425386 [5/40]) From: Thorsten Scherler To: dev@forrest.apache.org In-Reply-To: <1153840170.7805.6.camel@localhost.localdomain> References: <20060725122311.EF86D1A9825@eris.apache.org> <1153839203.8147.2.camel@localhost.localdomain> <1153840170.7805.6.camel@localhost.localdomain> Content-Type: text/plain; charset=utf-8 Date: Tue, 25 Jul 2006 17:32:20 +0200 Message-Id: <1153841540.8147.22.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N El mar, 25-07-2006 a las 17:09 +0200, Josias Th=C3=B6ny escribi=C3=B3: > On Tue, 2006-07-25 at 16:53 +0200, Thorsten Scherler wrote: > > Hi all, > >=20 > > why are diffs created for pdf? > >=20 > > Has somebody an idea? >=20 > It happens when the svn:mimetype property is not set correctly. >=20 > You can set it with > svn propset svn:mimetype application/pdf foo.pdf >=20 > The best way is to use the auto property in the subversion config file, > then it will be set automatically when you add a new pdf: >=20 > *.pdf =3D svn:mime-type=3Dapplication/pdf thorsten@cartman:~$ cat .subversion/config|grep pdf *.pdf =3D svn:mime-type=3Dapplication/pdf Yeah.=20 > hth, > Josias :)=20 Good to see you here as well. Yeah you are right the pdf had no mimetype set. I did now=20 find . -name "*.pdf"|awk '{print "svn propset svn:mimetype application/pdf "$1}'|sh in lenya/site this will hopefully fix it. Thanks. salu2 --=20 Thorsten Scherler COO Spain Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org thorsten.scherler@wyona.com thorsten@apache.org