Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59070 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20287 invoked from network); 19 Mar 2012 22:33:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2012 22:33:35 -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 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:49018] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/D6-19822-D34B76F4 for ; Mon, 19 Mar 2012 17:33:34 -0500 Received: by wibhm17 with SMTP id hm17so4015183wib.11 for ; Mon, 19 Mar 2012 15:33:31 -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=wnAo+sAD9s1io3xtoZ5CkgitUBSBRnRyT6i/7ck3YS8=; b=VWXyAIHF+BpxCA1nAZm+vdLJeycmUp4ONGXqvwU58erzk07gI+izXcbAMNmGaQKB9C UMEmz/igOL6w2B4Zg3x4yGctW1COIAhQIFvnInBjtse5EYg9u+6Ycokj7manuTu3Q4pZ En5SBA8SqIq0yZjZjpFthM9IzqduW4MEoqtBRCXxeRpnsEMdynaoPNrLS5plHI2SAI1D DxiDN9NZdGeeVBRriP3obOnANUgwMKPjr7ssjPEvROVjuGR6J+76IfDclI7bwHYXqXwS +tfxN28INtCQtsIwmaFIMvIq+PNhB6EIzlSxhvvkc/14XpkH6GMTaxIb4kHeJ6YR4bNl ZhkA== MIME-Version: 1.0 Received: by 10.180.24.7 with SMTP id q7mr23500295wif.11.1332196411191; Mon, 19 Mar 2012 15:33:31 -0700 (PDT) Received: by 10.223.116.141 with HTTP; Mon, 19 Mar 2012 15:33:30 -0700 (PDT) In-Reply-To: References: <4F679987.7000704@oracle.com> Date: Mon, 19 Mar 2012 15:33:30 -0700 Message-ID: To: Christopher Jones Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d043892abdc331b04bba025d4 Subject: Re: [PHP-DEV] php-src is now on git From: kris.craig@gmail.com (Kris Craig) --f46d043892abdc331b04bba025d4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Question: On Mon, Mar 19, 2012 at 2:01 PM, Kris Craig wrote: > > > On Mon, Mar 19, 2012 at 1:39 PM, Christopher Jones < > christopher.jones@oracle.com> wrote: > >> >> >> On 03/19/2012 01:31 PM, Kris Craig wrote: >> >>> I added an entry to the FAQ about the merge.ff option >>> available in newer clients. >>> >> >> Would it be more visible if that comment was moved to the Recommended Gi= t >> Settings section? >> >> >> Chris >> >> -- >> Email: christopher.jones@oracle.com >> Tel: +1 650 506 8630 >> Blog: http://blogs.oracle.com/opal/ >> >> > Hmm good idea, I'll move it there and mention the client version > requirement (tnx for looking that up, G=E1bor!). > > --Kris > > Regarding the recommended method for using git clone, after a little tinkering I realized that I do, in fact, have SSH access for Git-- Or, to be more precise, I didn't have access but I had the ability to make it so that I did. Specifically, I noticed the "SSH Key" field in user administration (is that new or was that always there?). By using ssh-keygen and adding the newly-generated public key to that field in my php.net user account, I was able to successfully perform a git clone using git@git.php.net:php-src.git. So here's my question: Assuming everyone with SVN karma can do this as well, is there any cost that would make it undesirable for us to recommend wide use of this? I.e. I remember somebody mentioning something about limited SSH ports available. Could you elaborate on that? If it is doable, then I'd recommend scrapping my previous suggestion and going with the SSH option (though still mentioning the https one as an lighter-weight alternative) and also adding a brief section on how to configure add/configure the necessary keys to make it work. Again I'm more than happy to do the heavy lifting on actually updating the docs; I just want to make sure we're all on the same page before I do. Thanks! =3D) --Kris --f46d043892abdc331b04bba025d4--