Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57234 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48440 invoked from network); 5 Jan 2012 09:52:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2012 09:52:51 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Thu, 05 Jan 2012 04:52:50 -0500 Received: from [217.114.211.68] ([217.114.211.68:5015] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/D8-28877-1F2750F4 for ; Thu, 05 Jan 2012 04:52:50 -0500 To: internals@lists.php.net References: <4F041806.2090102@hoa-project.net> 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] Re: Status update: Git Migration From: dsp@php.net (David Soria Parra) On 2012-01-04, "Ivan Enderlin @ Hoa" wrote: > On 03/01/12 18:17, Matthew Weier O'Phinney wrote: >> On 2011-12-29, David Soria Parra wrote: >>> here is a short update on the current status of the >>> git migration. >> Thanks for all the ground work you're doing making this happen! > Thanks too! > >> >>> - php-src will be migrated after PHP 5.4 final >>> Stas wants to have PHP 5.4 final out before we migrate >>> the repository to not have problems with the release. >>> Expect the php-src migration in 14-21 days after 5.4 final. >>> >>> - http://git.php.net is up and running >>> We setup the server. Thanks to gwynne, derick, conf, mgdm, druid >>> helping me with that. > Ok. > >>> >>> - old git mirrors are down >>> the old server was shut down. mirrors have not been setup so far. > But is the Mercurial mirror stay up (aka hg.php.net)? Not for the moment. The extra work to setup the mirrors is too high. Once we are on git, i will setup a git->hg read only mirror (you can also use hg-git to commit back to git). If you urgently need the mirrors up, I might consider it, but at the moment I try to avoid extra work.