Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84434 invoked from network); 29 Nov 2010 08:34:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2010 08:34:10 -0000 X-Host-Fingerprint: 217.114.211.68 unknown Date: Mon, 29 Nov 2010 03:34:09 -0500 Received: from [217.114.211.68] ([217.114.211.68:15094] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/20-17230-18563FC4 for ; Mon, 29 Nov 2010 03:34:09 -0500 To: internals@lists.php.net References: <4CEE0ADA.5010705@lsces.co.uk> <4CEE1327.7050405@lsces.co.uk> <9A.53.20008.2113EEC4@pb1.pair.com> <1291012292.2879.13.camel@clint-MacBookPro> 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] git anyone? From: dsp@php.net (David Soria Parra) On 2010-11-29, Clint Byrum wrote: > On Sat, 2010-11-27 at 16:26 +0000, Lester Caine wrote: > I've not used git or hg much at all, but bzr has always satisfied my > needs for DVCS, and has recently gotten much faster and more space > efficient than it was in the past. Sorry, but I think bzr is not a good fit. It's numerous changes to the repository format make it impossible to use. It's either slow if you use an old version, or it's incompatible with old clients, let's say on an old debian box. So I think php.net is better of using mercurial or git, but if we put together an RFC for a migration, I'll make sure bzr is covered as well in an evaluation.