Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 36240 invoked from network); 19 Oct 2007 04:11:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Oct 2007 04:11:29 -0000 Received: (qmail 74920 invoked by uid 500); 19 Oct 2007 04:11:16 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 74885 invoked by uid 500); 19 Oct 2007 04:11:16 -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 74874 invoked by uid 99); 19 Oct 2007 04:11:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 21:11:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of foamdino@gmail.com designates 209.85.128.186 as permitted sender) Received: from [209.85.128.186] (HELO fk-out-0910.google.com) (209.85.128.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2007 04:11:20 +0000 Received: by fk-out-0910.google.com with SMTP id 18so382262fks for ; Thu, 18 Oct 2007 21:10:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=gqkUeRWNl61iYTJEyIgfqPzE51TgmCAxlNn4Q2NglB0=; b=DNpl8WgPvy0zl7ffno6Ogff3eAuvPsJpjnjsR1VlDEo0FJYly31ez1FgdRau9CuHfjsqxDdQPwkT7d/h2eNomkexACzKGdd4LxXcCmCIECPn3PVzM+DMu8IgiHzDnRefZC1ULYhX5TV7tByosTzgKiryKaZPgkpajC/sa88yj10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=l7fN7ufVLZhDGALABdgwR1J74nTou1oNYS4lVqAerEw4Sd6gON2UEkhxnLDEIZOFIrHwM94fbMW42vmXotsZs+pB6/dHJVacK/Q21aLfzfvtSNmUIhUOhv6qKxeePO0DXxz7VDjInpJrVHKRr442Z+R5UIQ/DsOoxz1PhNmMsmY= Received: by 10.82.183.19 with SMTP id g19mr2716936buf.1192767058433; Thu, 18 Oct 2007 21:10:58 -0700 (PDT) Received: by 10.82.155.4 with HTTP; Thu, 18 Oct 2007 21:10:58 -0700 (PDT) Message-ID: Date: Fri, 19 Oct 2007 11:10:58 +0700 From: "Kevin Jackson" To: "Ant Developers List" Subject: publish git repo of ant-trunk? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I'd like to propose that we publish a git repository of our svn repo as a trial. Obviously this will require some support from infrastructure to sanction the svn->git initial import. * Why? - svn + patch + bugzilla is less than optimal (but better than JIRA :) - git merge/branches == super-easy - git is faster by far - enables more contributions (think antlibs here) without worrying about granting commit access A trend is developing where developers on OSS projects are seeing limitations of svn/cvs and are looking at one of the dvcs available. Obviously we would keep the svn repo for now, but a git repo would be a backup with an eye towards moving to this model in the future (should it prove successful). What do you think? Kev --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org