Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59046 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67158 invoked from network); 19 Mar 2012 18:47:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2012 18:47:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:49480] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/71-59625-95F776F4 for ; Mon, 19 Mar 2012 13:47:54 -0500 Received: by werh12 with SMTP id h12so7295395wer.29 for ; Mon, 19 Mar 2012 11:47:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sSEc5CkhWI9hg67P4aIOc6gwDBTMh/RkwKnsy6LasCo=; b=YDBhauiGC7A3RIpIUGBII0vWNvVQuTmcAHdL0BBZ7VkEg4fFN4KL2urifgw1Tp0uiN LlF+OJyd6AjoeSOzrEaqgZ3FnUa+IcFwgmXgJpcRjEiehneT4eeUs3LNmPBvPLSQ974C sN7ybStEejKMC3lKkwUGn7k7YPg9yuLC6NyMkxttdvJp5r0Apou600o1GQHuTecfcQwl 3mcbdWbheTh6ebuC0JGFGuWmLoB4Vy4TDIYZOJ7JPPsODjNXJ6MjaUDBJ3RE9/jiezB2 21xFXBj3zxwaWy4FcznaHsb9fbO1bQnal0TSZF4MhDovHdDYn9qBaC35sX4uVnlR2Udq tm1A== MIME-Version: 1.0 Received: by 10.180.92.34 with SMTP id cj2mr22089782wib.8.1332182869296; Mon, 19 Mar 2012 11:47:49 -0700 (PDT) Received: by 10.223.116.141 with HTTP; Mon, 19 Mar 2012 11:47:49 -0700 (PDT) In-Reply-To: <4F677DA7.2060802@oracle.com> References: <4F677DA7.2060802@oracle.com> Date: Mon, 19 Mar 2012 11:47:49 -0700 Message-ID: To: Christopher Jones Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d043892b5b345eb04bb9cfe02 Subject: Re: [PHP-DEV] php-src is now on git From: kris.craig@gmail.com (Kris Craig) --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: > > > On 03/19/2012 11:34 AM, Kris Craig wrote: > > I noticed that the workflow page recommends using the SSH URL for cloning. >> However, isn't that one much more limited access? I.e. for myself at >> least, it just prompts for a password (presumably for the SSH "git" user) >> which of course I don't have. Is there a reason why that's recommended or >> is it just a typo? If the latter, I'd be inclined to change it to the SSL >> (i.e. https) URL (which the FAQ recommends for clone/push and utilizes >> php.net credentials) to minimize confusion. >> >> > Which exact bit are you talking about, and did you check the page commit > history? > > I added https:// because git: is not usable from where I am. > > I believe from your emails you have more git experience than me, and I > know you've been asked several times to contribute to the docs: go do it. > > Chris > > > > -- > Email: christopher.jones@oracle.com > Tel: +1 650 506 8630 > Blog: http://blogs.oracle.com/opal/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > 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). If nobody objects then yeah I'll gladly update it myself. =) --Kris --f46d043892b5b345eb04bb9cfe02--