Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16585 invoked by uid 1010); 31 May 2007 08:58:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16570 invoked from network); 31 May 2007 08:58:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2007 08:58:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.228 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.228] ([64.233.162.228:42244] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/30-13361-81E8E564 for ; Thu, 31 May 2007 04:58:00 -0400 Received: by nz-out-0506.google.com with SMTP id 34so81867nzf for ; Thu, 31 May 2007 01:57:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=H0EMkXEpitU4UQE7LlnBCwzElUDLqvXQ0emBbMO9NoIv6yaIqB/bUd+DWZb1homagt6ESe9R+MFZcnkeU5iOJ2gHGvmo/0273lHfUkiiy74yDE+XRnfYDwfq3dQ4bi4CwhXAKuAI2AvTsrEe8P8TudVAZD+IkfVG6ibbC4GmFzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YR5w7/+7ofhlEmVE+sMQHvXxKXqkaDRoIIVTI91X8EhTh6bNbRRj44WRsb/2jn55zpdGhaZM6KcbMrMR9QJhS7nnKoc13crNotAKax1VhAMhvIQFfFbqqwg0McukFzZtcauuZFBc2ZW9lXxJNXQGL8KuLp/f174KKhMOCjeqvGQ= Received: by 10.115.91.2 with SMTP id t2mr337089wal.1180601877827; Thu, 31 May 2007 01:57:57 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Thu, 31 May 2007 01:57:57 -0700 (PDT) Message-ID: Date: Thu, 31 May 2007 10:57:57 +0200 To: "Rasmus Lerdorf" Cc: "Andi Gutmans" , sniper@iki.fi, "PHP Internals List" In-Reply-To: <465E85E6.70304@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4e89b4260705280856t47429e54ofcc182e02a6627e5@mail.gmail.com> <1237063851.20070530094541@marcus-boerger.de> <465D2FB0.5060308@lerdorf.com> <014601c7a293$3e047440$39dc2f52@foxbox> <465D35D2.4050001@lerdorf.com> <1180530241.3496.13.camel@localhost.localdomain> <465D90D3.1090601@lerdorf.com> <698DE66518E7CA45812BD18E807866CE418708@us-ex1.zend.net> <465E85E6.70304@lerdorf.com> Subject: Re: [PHP-DEV] better changeset tracking From: pierre.php@gmail.com (Pierre) On 5/31/07, Rasmus Lerdorf wrote: > > freedesktop has moved to GIT some time ago and for what I heard from > > the developers, it is a huge improvement in their development process. > > The only bad point (which exists with any other migratrion) is the > > time required to learn the new tool. > > Which I think is the fatal flaw for a project this large. Git is also > not very refined. If you are going to stray that far from the > centralized repository approach then bzr is probably a better bet. bzr is nice too but horribly slow. However the main argument is about having decentralized repositories. It is something that can really help us and brings more flexibility. That being said, I can live with any system, I'm (relatively) flexible :) --Pierre > With merge-tracking and cherry picking coming in Subversion you get much > of the same benefits without turning the world upside down.