Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DABE107F6 for ; Fri, 13 Sep 2013 21:33:44 +0000 (UTC) Received: (qmail 51493 invoked by uid 500); 13 Sep 2013 21:33:43 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 51417 invoked by uid 500); 13 Sep 2013 21:33:43 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 51409 invoked by uid 99); 13 Sep 2013 21:33:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 21:33:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [209.85.128.179] (HELO mail-ve0-f179.google.com) (209.85.128.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 21:33:39 +0000 Received: by mail-ve0-f179.google.com with SMTP id c14so1447113vea.24 for ; Fri, 13 Sep 2013 14:32:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=IDGpW9xqOE7JhujgFnal7IHcL+PRA83Xr6z45y1nT0Y=; b=cbCLlbJXknvEjfotZd0TCBQipVjiQI+thmXoLG82n7eoieUaZr8QqHytoVxkjTLKwC IP1uDSsjaez1ofZYsuPx91/So42ElXe+3XLeAdm2YpnkCVDzX0M8Qb3/Iw+lLlyBoXXU hAiJnvjkjfqOYYWKvZWzx9j7bvtJeq2zpQvo94fQMys706h/eseb1Ma0A2ZEfxoRrUXT wivgjTWIf77hyYWXl/0oigeBgkOABFQdClBgWWA4rglnJRcHFysGXmRbei4LbBL6+6sn QK6d85J9CVuY7c6UXcGLElkNpMUfkNSa1aCV+c9zghCSjk3YRwm8K5xgZ6UWs942LT8b Wb2w== X-Gm-Message-State: ALoCoQlLohUID/CzkfsqBh6jM02ma2pLmBTTc4GOp0LEUGJ/zRONsc5hIVpX930szYIK1efiHIcN X-Received: by 10.221.44.136 with SMTP id ug8mr13851291vcb.13.1379107978576; Fri, 13 Sep 2013 14:32:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.34.101 with HTTP; Fri, 13 Sep 2013 14:32:38 -0700 (PDT) In-Reply-To: <1379107828.14714.5.camel@oc0284702351.ibm.com> References: <1379107828.14714.5.camel@oc0284702351.ibm.com> From: Jean-Marc Spaggiari Date: Fri, 13 Sep 2013 17:32:38 -0400 Message-ID: Subject: Re: SVN vs XML vs BINARY vs TEXT... To: dev , pvital@linux.vnet.ibm.com Content-Type: multipart/alternative; boundary=001a113378d82b987304e64a99e6 X-Virus-Checked: Checked by ClamAV on apache.org --001a113378d82b987304e64a99e6 Content-Type: text/plain; charset=UTF-8 Can you try with src/main/docbkx/ops_mgt.xml ? Some of the XML files are working fine for me. Like hbase-default.xml. But some are not, like src/main/docbkx/ops_mgt.xml. 2013/9/13 Paulo Ricardo Paz Vital > I followed the steps in [1] to configure my Eclipse (4.2.2) and import > the trunk code. > > When trying to create a patch based in any XML file, I don't have any > problem [2]. All other Eclipse configuration is the default values. > > [1] http://hbase.apache.org/book/ides.html > [2] http://pastebin.com/77YzQyu6 > > Best regards, Paulo Vital > > > On Fri, 2013-09-13 at 16:49 -0400, Jean-Marc Spaggiari wrote: > > This is what I get when I try to create a patch over a modified XML file > > directly from eclipse: > > > > Index: src/main/docbkx/ops_mgt.xml > > =================================================================== > > Cannot display: file marked as a binary type. > > svn:mime-type = application/xml > > > > Any clue? > > > > > > 2013/9/13 Jean-Marc Spaggiari > > > > > Hi, > > > > > > In trunk, SVN show XML files beeing BINARY. So it's not letting me do > nice > > > diffs from eclipse. I'm wondering if it's an issue into the > repository? Or > > > on my side (settings/eclipse/etc). Does anyone also have the XMLs > shown as > > > binaries? > > > > > > Thanks, > > > > > > JM > > > > > > --001a113378d82b987304e64a99e6--