Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54436 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21345 invoked from network); 7 Aug 2011 21:21:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2011 21:21:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:45801] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/A0-17758-AD10F3E4 for ; Sun, 07 Aug 2011 17:21:31 -0400 Received: from [192.168.2.230] (ppp-93-104-45-88.dynamic.mnet-online.de [93.104.45.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 24D67779EC; Sun, 7 Aug 2011 23:21:27 +0200 (CEST) To: RQuadling@GMail.com Cc: David Soria Parra , internals@lists.php.net In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Sun, 07 Aug 2011 23:21:15 +0200 Message-ID: <1312752075.2665.3.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sun, 2011-08-07 at 22:13 +0100, Richard Quadling wrote: > So, when someone like me comes along, someone capable of building the > code and playing with it at a very minor level, I can be sure that if > things don't work, it is probably me that's broke it and that I can > rely on the branch to contain good working code. OK. I know ITRW, > things do get left unfinished or plain broken. But it isn't as if the > code belongs to a single person who may have not spent all their time > with it. you can fork it as you want on github (you can do that already btw.) but you won't be able to push it on git.php.net (as you can't do know). No real difference there. Only difference is that code can be tracked and manged before reaching php.net's main tree. There already inofficial versions out there, sometimes containing "strange" patches. They are called "distribution packages" - even harder to detect. johannes