Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58523 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79867 invoked from network); 2 Mar 2012 19:22:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 19:22:36 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qy0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:34578] helo=mail-qy0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/1C-22821-AFD115F4 for ; Fri, 02 Mar 2012 14:22:36 -0500 Received: by qcsc20 with SMTP id c20so995469qcs.18 for ; Fri, 02 Mar 2012 11:22:32 -0800 (PST) Received-SPF: pass (google.com: domain of tyra3l@gmail.com designates 10.224.173.205 as permitted sender) client-ip=10.224.173.205; Authentication-Results: mr.google.com; spf=pass (google.com: domain of tyra3l@gmail.com designates 10.224.173.205 as permitted sender) smtp.mail=tyra3l@gmail.com; dkim=pass header.i=tyra3l@gmail.com Received: from mr.google.com ([10.224.173.205]) by 10.224.173.205 with SMTP id q13mr7428637qaz.29.1330716152243 (num_hops = 1); Fri, 02 Mar 2012 11:22:32 -0800 (PST) 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=tVCYDrCixWMpwe+/bQR1HWgDREg0pvkuu6ZfnE2fkIk=; b=VaITo5RD6+m6mtza5Emcw7S6yD6JWpUMaEWgPBk9n2LzGSu/ty2jrTXSUBo1js+A1V f/IW5JERkGKWsgBWUOEghbPRXW/snCoGNicjWWgSfWS9tZxnhTqM/0EusxKEJokD4YbT /d1AwH0vwcXvvc9LweFzHHNlB+B49LpY2CzX8dLVetLFTzcLvm41FDMy1NpjWUGprvSa VY3GQASWKCYc94CDUP71pm7chQ5gKUXlDV7g/wDgmrXHJ9oOlY2IVPVrqnOy11IJ9aQ/ Qwq0M+bBx4oIxCN/cyvnI9qLViWVIrw2NcVH1OApmqm5cLftwjbYlAZa0SntHsXWZyS+ dSfA== MIME-Version: 1.0 Received: by 10.224.173.205 with SMTP id q13mr6255489qaz.29.1330716152175; Fri, 02 Mar 2012 11:22:32 -0800 (PST) Received: by 10.229.232.207 with HTTP; Fri, 2 Mar 2012 11:22:32 -0800 (PST) In-Reply-To: References: Date: Fri, 2 Mar 2012 20:22:32 +0100 Message-ID: To: Kris Craig Cc: PHP internals list Content-Type: multipart/alternative; boundary=20cf30363ecd8c1c9b04ba477feb Subject: Re: [PHP-DEV] Quick Question About Git Migration From: tyra3l@gmail.com (Ferenc Kovacs) --20cf30363ecd8c1c9b04ba477feb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Mar 2, 2012 at 8:11 PM, Kris Craig wrote: > Hey guys, > > Please forgive me if this has already been addressed elsewhere, but what > can we expect to happen with regard to migrating Subversion credentials > over to Git? I.e. how/when will that happen, or has it already happened? > > > Thanks! > > --Kris > it already happened. you can use your php.net credentials to push through HTTP via digest auth, or you can use your credentials to log in to master.php.net and paste your ssh pubkey to your profile, then you can also push through ssh. see https://wiki.php.net/rfc/DVCS and https://wiki.php.net/vcs/gitfaq and the previous status reports of the dvcs migration from dsp on the list. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --20cf30363ecd8c1c9b04ba477feb--