Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59058 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89218 invoked from network); 19 Mar 2012 20:29:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2012 20:29:20 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Mon, 19 Mar 2012 15:29:20 -0500 Received: from [217.114.211.68] ([217.114.211.68:4144] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/B0-19822-F17976F4 for ; Mon, 19 Mar 2012 15:29:20 -0500 To: internals@lists.php.net References: <4F677DA7.2060802@oracle.com> User-Agent: slrn/0.9.9p1 (SunOS) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: X-Posted-By: 217.114.211.68 Subject: Re: [PHP-DEV] php-src is now on git From: dsp@php.net (David Soria Parra) On 2012-03-19, Kris Craig wrote: > --f46d043892b5b345eb04bb9cfe02 > Content-Type: text/plain; charset=ISO-8859-1 > > Hey Chris, > > On Mon, Mar 19, 2012 at 11:40 AM, Christopher Jones < > christopher.jones@oracle.com> wrote: > I sense your hostility but I think you misunderstood my question. The > workflow page currently recommends the "git:" one for cloning (which > doesn't work for me, either). I think it should be changed to "https://", > and I fully intend on making the change myself but first I wanted to ask > here to make sure there wasn't a reason why they went with "git:" instead > (i.e. I don't want to step on anybody's toes). git:// is recommended when you can use it. The access is limited due to port limiations, but the protocl itself is superior to https for the purpose. http is a fallback when you cannot use ssh (developers only) or git