Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1EABC200B54 for ; Thu, 28 Jul 2016 09:37:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1D6C9160A85; Thu, 28 Jul 2016 07:37:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8C1D3160A63 for ; Thu, 28 Jul 2016 09:37:07 +0200 (CEST) Received: (qmail 62758 invoked by uid 500); 28 Jul 2016 07:37:04 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 62461 invoked by uid 99); 28 Jul 2016 07:37:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2016 07:37:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E3A7B1A7C8F for ; Thu, 28 Jul 2016 07:37:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.722 X-Spam-Level: X-Spam-Status: No, score=-0.722 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id LMBGKolujScK for ; Thu, 28 Jul 2016 07:37:02 +0000 (UTC) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 6EA335F1B3 for ; Thu, 28 Jul 2016 07:37:01 +0000 (UTC) Received: from [91.113.179.170] (helo=[192.168.92.22]) by smtprelay04.ispgateway.de with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1bSfsA-0000yY-GV for dev@subversion.apache.org; Thu, 28 Jul 2016 09:36:50 +0200 To: dev@subversion.apache.org From: Marc Strapetz Subject: JavaHL: specify --extensions for blame Message-ID: <73e34865-08f8-c069-75d9-f32288a6fe6b@syntevo.com> Date: Thu, 28 Jul 2016 09:36:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Df-Sender: bWFyYy5zdHJhcGV0ekBzeW50ZXZvLmNvbQ== archived-at: Thu, 28 Jul 2016 07:37:08 -0000 We have been requested to support svn blame -x "--ignore-eol-style -w" for our Java client. AFAIU, this is currently not possible using JavaHL? If so, please take this as RFE: --extensions options support for blame, diff and related operations. -Marc