Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55298 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2058 invoked from network); 8 Sep 2011 06:19:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2011 06:19:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.218.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:60515] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/32-05788-75E586E4 for ; Thu, 08 Sep 2011 02:19:04 -0400 Received: by yie16 with SMTP id 16so420001yie.29 for ; Wed, 07 Sep 2011 23:19:01 -0700 (PDT) Received: by 10.236.191.35 with SMTP id f23mr1794925yhn.8.1315462741329; Wed, 07 Sep 2011 23:19:01 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-46-20.hsd1.ca.comcast.net [50.131.46.20]) by mx.google.com with ESMTPS id o21sm2807722yhi.8.2011.09.07.23.19.00 (version=SSLv3 cipher=OTHER); Wed, 07 Sep 2011 23:19:00 -0700 (PDT) Sender: Rasmus Lerdorf Message-ID: <4E685E53.40908@php.net> Date: Wed, 07 Sep 2011 23:18:59 -0700 Organization: PHP Development Team User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 To: dukeofgaming CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RESULT] Choosing a distributed version control system for PHP From: rasmus@php.net (Rasmus Lerdorf) On 09/07/2011 11:15 PM, dukeofgaming wrote: > Awesome news, this particular decision tends not to be an easy one in open > source software communities (well, perhaps now it is easier with all the > traction git & github have) so I think this is evidence of how good the RFC > process is. > > Is there a github repository already?. Note the vote was for git, not github. And yes, there has been a github repo for a long time: https://github.com/php/php-src -Rasmus