From ooo-dev-return-756-apmail-incubator-ooo-dev-archive=incubator.apache.org@incubator.apache.org Tue Jun 21 18:57:14 2011 Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6AC9B42F4 for ; Tue, 21 Jun 2011 18:57:14 +0000 (UTC) Received: (qmail 51605 invoked by uid 500); 21 Jun 2011 18:57:14 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 51567 invoked by uid 500); 21 Jun 2011 18:57:14 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 51559 invoked by uid 99); 21 Jun 2011 18:57:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 18:57:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.26] (HELO out2.smtp.messagingengine.com) (66.111.4.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 18:57:08 +0000 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 1531620651; Tue, 21 Jun 2011 14:56:48 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute3.internal (MEProxy); Tue, 21 Jun 2011 14:56:48 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:in-reply-to; s=smtpout; bh=njI6xGz0P0DdVvr+u7rpauolJZs=; b=WHQmeF9w3B4mLO4CkavMdgWv0A0//jskS32PLVSOHO7K7QBmldC0hr973+2/dwnF76LCXRl6uGPfTEdSAOkX4He8IxDWSh3QtunrxXu1eldgUGfn9ejPnM9HQ6FxCH2QxWjxm2ZlJ6aOADf7cVKcamAenLw1whGb3Oi47oD7NdE= X-Sasl-enc: R74kq0jP4f/UN1pMJrgIVhINecqFgNkUfyvPIo49c0A9jU4kbsedkf6byzALPg 1308682607 Received: from daniel3.local (bzq-109-64-238-147.red.bezeqint.net [109.64.238.147]) by mail.messagingengine.com (Postfix) with ESMTPSA id 5B1BC440996; Tue, 21 Jun 2011 14:56:46 -0400 (EDT) Date: Tue, 21 Jun 2011 21:54:35 +0300 From: Daniel Shahaf To: "Dennis E. Hamilton" Cc: ooo-dev@incubator.apache.org, robweir@apache.org Subject: Re: Failure to have Unicode (UTF-8) text at the SVN (was svn commit: r1137103 - in /incubator/ooo/site:... ) Message-ID: <20110621185435.GA20866@daniel3.local> References: <009901cc2fc5$094d5eb0$1be81c10$@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009901cc2fc5$094d5eb0$1be81c10$@acm.org> User-Agent: Mutt/1.5.20 (2009-06-14) Dennis E. Hamilton wrote on Mon, Jun 20, 2011 at 20:40:58 -0700: > No joy. > > Nothing I do prevents the SVN server from coughing up text files as Western Europe (ISO) encoding. > > I wonder if it was simply a coincidence that it appeared to work on the OIC SVN. > > - Dennis > > -----Original Message----- > From: Dennis E. Hamilton [mailto:dennis.hamilton@acm.org] > Sent: Monday, June 20, 2011 19:27 > To: 'ooo-dev@incubator.apache.org' > Cc: 'robweir@apache.org' > Subject: RE: svn commit: r1137103 - in /incubator/ooo/site: ./ trunk/ trunk/cgi-bin/ trunk/content/ trunk/content/openofficeorg/ trunk/content/openofficeorg/css/ trunk/content/openofficeorg/docs/ trunk/content/openofficeorg/docs/governance/ trunk/content/open > > I looked at the properties on folders in my working copies and I have no issue tracker integration. The TortoiseSVN settings on my computer have no Issue Tracker Hooks and there are no SVN properties being asserted automatically on folders. > > So I think I'm in the clear. I'm always running the latest TortoiseSVN (64-bit if that matters). > > - Dennis > > I was still bummed that I can't set > > *.txt=svn:mime-type=text/plain;charset=UTF-8 > Need to escape the semicolon here. I /think/ that we recently patched some escaping syntax, but I can't find it right now... /me looks at Greg > I was certain I'd figured out how to do it for the OIC SVN, but those TortoiseSVN and SVN clients were on a machine I don't have any more (sigh). > > I FOUND IT IN MY OIC SVN WORKING FOLDER on my home server. SVN appears to recognizes a mime.types file in a repository folder, and autoprops are additive to that. (Or the web server is doing it. I don't care.) > > I switched to doing all MIME types in the file and using autoprops in the client only for other things. Hmm. I do love that I narrate my repos: > > (and that applies to .types too, if you check your browser encoding selection for viewing that page). > > I must experiment with this. I know a good place. > > > -----Original Message----- > From: Rob Weir [mailto:apache@robweir.com] > Sent: Saturday, June 18, 2011 05:29 > To: ooo-dev@incubator.apache.org > Subject: Re: svn commit: r1137103 - in /incubator/ooo/site: ./ trunk/ trunk/cgi-bin/ trunk/content/ trunk/content/openofficeorg/ trunk/content/openofficeorg/css/ trunk/content/openofficeorg/docs/ trunk/content/openofficeorg/docs/governance/ trunk/content/open > > On Fri, Jun 17, 2011 at 11:55 PM, Greg Stein wrote: > > [ ... ] > > > Propchange: incubator/ooo/site/trunk/content/openofficeorg/ > > > > > ------------------------------------------------------------------------------ > > > bugtraq:number = true > > > > > > Propchange: incubator/ooo/site/trunk/content/openofficeorg/css/ > > > > > ------------------------------------------------------------------------------ > > > bugtraq:number = true > > > > Hunh? What is this? > > > > Is there a particular reason for this, or can we nuke the property? > > > > I imagine we probably need to apply svn:eol-style to many of the files, > > too. > > > > Cheers, > > -g > > > > TortoiseSVN is adding them by default. We don't need them. I'll disable. > Dennis should watch out as well, since he is using Tortoise too. > > -Rob >