Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-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 2F450E384 for ; Wed, 29 May 2013 04:15:47 +0000 (UTC) Received: (qmail 68549 invoked by uid 500); 29 May 2013 04:15:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68492 invoked by uid 500); 29 May 2013 04:15:46 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 68470 invoked by uid 99); 29 May 2013 04:15:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 04:15:45 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=FSL_NEW_HELO_USER,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dag.wanvik@oracle.com designates 156.151.31.81 as permitted sender) Received: from [156.151.31.81] (HELO userp1040.oracle.com) (156.151.31.81) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 04:15:37 +0000 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r4T4FCnd012160 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 May 2013 04:15:13 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4T4FDOV011385 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 29 May 2013 04:15:14 GMT Received: from abhmt117.oracle.com (abhmt117.oracle.com [141.146.116.69]) by userz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r4T4FDTG004634 for ; Wed, 29 May 2013 04:15:13 GMT Received: from [10.191.129.180] (/10.191.129.180) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 28 May 2013 21:15:13 -0700 Message-ID: <51A580CF.5070603@oracle.com> Date: Wed, 29 May 2013 14:15:11 +1000 From: Dag Wanvik Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Should DERBY take advantage of infra's offer of some svn/JIRA integration References: <519F8980.4030409@sbcglobal.net> <51A4A9FE.7000703@oracle.com> In-Reply-To: <51A4A9FE.7000703@oracle.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-Virus-Checked: Checked by ClamAV on apache.org On 28.05.2013 22:58, Rick Hillegas wrote: > +1. From the CLOUDSTACK example, it looks like the svngit2jira trigger > attaches the whole commit comment to the issue. That's useful > information to see on the issue. It would save me the manual step of > mousing my commit stamps into comments. > Does the scheme work if the issue has been closed (erroneously, presumably..)? For manually added comments the issue needs to be open. Could perhaps be an issue for after-close type fixes etc.. Thanks, Dag