Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68834 invoked from network); 26 Aug 2011 20:58:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Aug 2011 20:58:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=neufeind@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=neufeind@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 91.184.32.3 as permitted sender) X-PHP-List-Original-Sender: neufeind@php.net X-Host-Fingerprint: 91.184.32.3 mail.speedpartner.de Linux 2.5 (sometimes 2.4) (4) Received: from [91.184.32.3] ([91.184.32.3:54111] helo=mail.speedpartner.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/DC-12710-FE8085E4 for ; Fri, 26 Aug 2011 16:58:25 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.speedpartner.de (Postfix) with ESMTP id 3D7E7B3E1B for ; Fri, 26 Aug 2011 22:58:21 +0200 (CEST) Received: from mail.speedpartner.de ([127.0.0.1]) by localhost (mail.speedpartner.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IMcSGrrkXTy7 for ; Fri, 26 Aug 2011 22:58:21 +0200 (CEST) Received: from collab.speedpartner.de (collab.speedpartner.de [91.184.32.10]) by mail.speedpartner.de (Postfix) with ESMTP id 23FDEB3ACE for ; Fri, 26 Aug 2011 22:58:21 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by collab.speedpartner.de (Postfix) with ESMTP id 15FA4500E8 for ; Fri, 26 Aug 2011 22:58:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at collab.speedpartner.de Received: from collab.speedpartner.de ([127.0.0.1]) by localhost (collab.speedpartner.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qw9sKirc5wc8 for ; Fri, 26 Aug 2011 22:58:20 +0200 (CEST) Received: from [192.168.4.12] (ip-62-143-186-172.unitymediagroup.de [62.143.186.172]) by collab.speedpartner.de (Postfix) with ESMTPSA id 2C00C50012 for ; Fri, 26 Aug 2011 22:58:12 +0200 (CEST) Message-ID: <4E5808AD.7040008@php.net> Date: Fri, 26 Aug 2011 22:57:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP From: neufeind@php.net (Stefan Neufeind) I'm fine with git and I think moving to something like that together with up-to-date tools to contribute (or review patches etc.) will help a lot. But I would prefer to keep the (core) infrastructure at PHP internally. It's just *so* much easier to integrate tools, add things like hooks for the bugtracker or whatever. Having people develop part of a project on github then is surely fine - but php-infrastructure would still be the "official core" imho. In this discussion I previously mentioned the TYPO3-community (which I guess stand for a lot of others) who integrated a review-system based on gerrit into their forge (actually a RedMine-based system; including bugtracker etc.) And that integration has helped a lot - both in openness/ease of use as well as actually "getting the job done". It looks like the basic vote goes in the git-direction - first step taken :-) But I hope we'll find a wise decision on how to further continue in this matter afterwars. PS: Thank you all for your time and work in this matter. Regards, Stefan On 08/25/2011 09:08 PM, Ilia Alshanetsky wrote: > If we do decide to make a VCS change the vote should be fairly one > sided for "option of choice" as this has a fairly broad impact on our > development process. > > On Wed, Aug 24, 2011 at 5:03 PM, David Soria Parra wrote: >> Hi Internals,, >> >> after 3 weeks of discussion, I think we are ready to start voting on >> the DVCS RFC. If you think something is missing or should be explained >> in more detail, let me know. >> >> Votes can be found here: >> >> https://wiki.php.net/rfc/dvcs/vote >> >> The RFC can be found here: >> >> https://wiki.php.net/rfc/dvcs >> >> Voting will be opened for 2 weeks and end on Sept. 7 at 12 pm. >> >> - David