Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F369D764 for ; Fri, 10 Aug 2012 14:37:19 +0000 (UTC) Received: (qmail 14024 invoked by uid 500); 10 Aug 2012 14:37:18 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 13987 invoked by uid 500); 10 Aug 2012 14:37:18 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 13979 invoked by uid 99); 10 Aug 2012 14:37:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2012 14:37:18 +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 (nike.apache.org: domain of markphip@gmail.com designates 209.85.217.171 as permitted sender) Received: from [209.85.217.171] (HELO mail-lb0-f171.google.com) (209.85.217.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2012 14:37:12 +0000 Received: by lbol12 with SMTP id l12so2056505lbo.16 for ; Fri, 10 Aug 2012 07:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bT+de+6+LSmD8rLsxU1ofsD0+JvYVIjQu9QhErXvQgM=; b=J1WxaThYBYeLoMTOwG6/odC3/u4l/22A973alVWO/2QmdlOA88v4HhREqeb8kRkyIR lfbsE9UyYk+fzUvHM1Veev1lGRo59N+z/nu8UpMCwbn+27wc63hssCa79IShlAov0teu 5thmE/7oC61KUYWrOGz4UBe9zz0lPziKMaJA1aggcv4VBfCnBLcqclrmBL/AkzD5omBh H9WFMPudGd9GX7GBFPAY3M1/opkVbdltf0p7ZKInJxmGlyu1BqZJL6tVAzqAe0U/CDYL 0j0AN4+YkFT9/CxSQsjkp4l41o2lIyYDgV/2TL6z9VBGAX9NL8zcmTY01Kh4U48x7ora sqzw== MIME-Version: 1.0 Received: by 10.152.144.168 with SMTP id sn8mr3262704lab.1.1344609411990; Fri, 10 Aug 2012 07:36:51 -0700 (PDT) Received: by 10.112.106.69 with HTTP; Fri, 10 Aug 2012 07:36:51 -0700 (PDT) In-Reply-To: <5024034A.4080106@sbcglobal.net> References: <5024034A.4080106@sbcglobal.net> Date: Fri, 10 Aug 2012 10:36:51 -0400 Message-ID: Subject: Re: Is there a way to post a comment to a subversion issue without agreeing to colabnet terms? From: Mark Phippard To: Katherine Marsden Cc: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Thu, Aug 9, 2012 at 2:36 PM, Katherine Marsden wrote: > Anyway if I cannot add the comment myself I would most appreciate if > someone could add this comment and answer the question in the issue. Thank > you for your time. > > Kathey > > Comment > issue 2725 Add ability to push configuration options into JavaHL > http://subversion.tigris.org/issues/show_bug.cgi?id=2725 > Am I correct that this feature would provide the capability for ignoring > whitespace to subceclipse: > http://subclipse.tigris.org/issues/show_bug.cgi?id=1200 ? To answer your question, No. Issue 2725 is not related to the Subclipse option you mentioned. Subversion's JavaHL blame method does not expose an equivalent of the command line -x option. https://subversion.apache.org/docs/javahl/1.7/org/apache/subversion/javahl/ISVNClient.html So you would need to file a Subversion issue to enhance the blame method to expose this as an option, such as adding an ignoreWhitespace boolean on the method. -- Thanks Mark Phippard http://markphip.blogspot.com/