From dev-return-84137-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Wed Apr 08 14:10:44 2009 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 64638 invoked from network); 8 Apr 2009 14:10:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2009 14:10:44 -0000 Received: (qmail 69834 invoked by uid 500); 8 Apr 2009 14:10:43 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 69766 invoked by uid 500); 8 Apr 2009 14:10:43 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 69756 invoked by uid 99); 8 Apr 2009 14:10:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 14:10:43 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.142.181] (HELO samaflost.de) (88.84.142.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 14:10:34 +0000 Received: from localhost (unknown [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 8DD13E220016 for ; Wed, 8 Apr 2009 14:10:13 +0000 (UTC) Received: from samaflost.de ([127.0.0.1]) by localhost (v30161.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30259-06 for ; Wed, 8 Apr 2009 16:10:11 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 2525) id 96916E22000A; Wed, 8 Apr 2009 16:10:11 +0200 (CEST) To: dev@ant.apache.org Subject: Re: Why 2 key files ? X-Draft-From: ("nnfolder:mail.jakarta-ant" 93407) References: <9EE86F1965E19E499C80DE52AC807B5502A47DAD@z011021.bk.fin.local> From: Stefan Bodewig Date: Wed, 08 Apr 2009 16:10:11 +0200 In-Reply-To: <9EE86F1965E19E499C80DE52AC807B5502A47DAD@z011021.bk.fin.local> (Jan Materne's message of "Wed\, 8 Apr 2009 07\:55\:45 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at samaflost.de X-Virus-Checked: Checked by ClamAV on apache.org On 2009-04-08, wrote: >> We have 2 KEYS files : >> - https://svn.apache.org/repos/asf/ant/core/trunk/KEYS >> - https://svn.apache.org/repos/asf/ant/antlibs/common/trunk/KEYS >> Why ? > The first is the one Ant itself. Not quite. It is the one included in Ant distributions. > The 2nd is included via svn:externals into all antlibs, so they contains > a > {MYANTLIB}/common/KEYS file. (Not in the root directory ...) and it is the one published as http://www.apache.org/dist/ant/KEYS (provided you remembered to do an "svn up" in the correct place after you've modified it in svn) so it is the official KEYS file for all releases made by the Ant project. > Sadly we cant include one file - only directories. [via svn:externals, that is] That's exactly the reason why Ant still has KEYS file of its own. > According to > http://www.nabble.com/svn:external-for-a-single-file-td15029576.html > this should be possible with subversion 1.6 ... But would require all of us to use Subversion clients that supported it (externals are mostly a client side feature) - which is unlikely to happen too soon. IIUC the server is already running subversion 1.6. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org