Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85946 invoked from network); 9 Aug 2011 09:00:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2011 09:00:48 -0000 Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 203.88.115.241 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 203.88.115.241 ironport1-mx.cbr1.mail-filtering.com.au Received: from [203.88.115.241] ([203.88.115.241:54098] helo=ironport1-mx.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/71-09638-C37F04E4 for ; Tue, 09 Aug 2011 05:00:46 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AigGAIP2QE6va78L/2dsb2JhbABCmB6QBoFAAQEFHVsRCxgJFgQLCQMCAQIBRRMIAQHFT4ZGBJgNi3I X-IronPort-AV: E=Sophos;i="4.67,342,1309701600"; d="scan'208";a="462101237" Received: from ju001lcs02.dfw.the-server.net.au (HELO ju001lcs02.dfw.the-server.com.au) ([175.107.191.11]) by ironport1-mta.cbr1.mail-filtering.com.au with ESMTP; 09 Aug 2011 19:00:40 +1000 Received: from [121.208.5.54] (helo=[192.168.0.2]) by ju001lcs02.dfw.the-server.com.au with esmtpa (Exim 4.69) (envelope-from ) id 1QqiAv-000LYW-Is for internals@lists.php.net; Tue, 09 Aug 2011 19:00:38 +1000 Message-ID: <4E40F73B.5060307@rotorised.com> Date: Tue, 09 Aug 2011 19:00:43 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: internals@lists.php.net References: <1312821297.1485.171.camel@guybrush> <4E40206C.1060301@sugarcrm.com> <20110809043016.GB21131@joeysmith.com> In-Reply-To: <20110809043016.GB21131@joeysmith.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: lists@rotorised.com (Ryan McCue) Joey Smith wrote: > In fact, if you're using git as your DVCS, there's even a bunch of > "porcelain" [2] to make it easier to manage your trees. Side note: For anyone not familiar with Git terminology: "plumbing" is all the commands that alter the repository, while "porcelain" are tools built on top of that (such as the "commit", "push", "pull", "merge" commands that people would be familiar with). -- Ryan McCue