Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50536 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79809 invoked from network); 25 Nov 2010 15:28:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2010 15:28:16 -0000 Authentication-Results: pb1.pair.com header.from=hermanradtke@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hermanradtke@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hermanradtke@gmail.com X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:41586] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/A4-55895-F808EEC4 for ; Thu, 25 Nov 2010 10:28:15 -0500 Received: by eyf5 with SMTP id 5so524602eyf.29 for ; Thu, 25 Nov 2010 07:28:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=kjIlP5TL8CazGHlfJxq9x04LcVtXqdFmCznO1hHOY0U=; b=t2hgGVVZpgwYvc96B92X+yA3Vknd2HMKct8YkMZrWVz+mAK9NNuaGdm4v5M8Hy3oi7 X2ThJGhrG20R3uBoQsFkC3tKqmhg6UxScdTkugFo2YrauLKjwbL/TiC5t9hoT7nRuUy6 qZoWmmyeejr6SuePbvlPHJPInNC0KR7dWivdk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ofA+suh6fdZKdwoxXnF4SVwAVxnPO8ljCwo22o+ZqgKewwnTFRGl4TuQfXTlh7X2OE e8qrW1l4qavZovxS6WWX5oxpIYmzDYewdgmbGffYOyCsi7FdD/OBT6cNTZqfCL8RiWfs 3HxezAqYhXfNbHcvOD0XepDQkGnwByYGX0H0M= MIME-Version: 1.0 Received: by 10.14.47.143 with SMTP id t15mr815415eeb.23.1290698892397; Thu, 25 Nov 2010 07:28:12 -0800 (PST) Received: by 10.14.45.75 with HTTP; Thu, 25 Nov 2010 07:28:12 -0800 (PST) In-Reply-To: References: <4CEE7230.9040002@lsces.co.uk> Date: Thu, 25 Nov 2010 07:28:12 -0800 Message-ID: To: Derick Rethans Cc: Ferenc Kovacs , Lester Caine , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] git anyone? From: hermanradtke@gmail.com (Herman Radtke) >> >> I am not in favour; I will repeat what I just wrote to Davey: >> >> DVCS is also a lot more egocentric thing, instead of >> >> collaboration. You want your stuff exposed to as many developers as >> >> possible instead of walled gardens. It might be easy enough to >> >> share, but discovery is a lot harder. Developers can already wall themselves off now with the github mirror. Also, taking a peak at the linux dev mailing list I see lots of collaboration going on. It makes sense that a developer wanting to discuss a new feature or patch will push that branch to origin. What a DVCS does allow for are branches for each specific project/patch and incremental commits within that branch. That keeps project/patch commits together and also side-steps the entire issue of cherry-picking. At work we use git and usually have 6 project branches with competing and interweaving timeframes. Each developer has upwards of 50 branches local to them (heck I recently had 105 until I did some cleaning yesterday) that feed the project branches. We manage this with very few problems and is not something we could do with cvs or svn. >> > >> > Ignoring the problems of actually using github I think this is >> > exactly the problem we are finding with those projects that have >> > pushed over to git. MANAGING what is allowed back into some master >> > copy of the code base is the bit that is a lot more difficult than >> > with current arrangements. The result is several versions of the >> > same projects simply because people are doing their own things and >> > then nobody knows which version to pull from. The release manager >> > has to un-pick what should be merged and even on a small project >> > this is time consuming. If everybody with their own agenda for PHP >> > starts doing their own builds we will end up with even more branches >> > since they will just be publishing them ;) >> >> http://progit.org/book/ch5-1.html >> I think we could go with either an Integration Manager kind of workflow, or >> with the Dictator and Lieutenants (that is used for the linux development). >> either way, with good merging tools, the integrations isn't such of a >> problem. > > Whatever workflow we prefer is not what is guaranteed to happen. I agree > totally with Lester here. DVCS fragments the development team. DVCS does not cause fragmentation. DVCS is a tool. How a development team uses that tool is up to them. I don't think anyone seriously considering a migration to git is thinking that there are no problems. However, the problems Lester is describing are similar to the problems we have now: people checked in all kinds of changes to trunk and nobody knows how to pick them apart to make a stable build. In my experience, managing DVCS is less work than managing cvs/svn. Sure, individuals and entire development teams can shoot themselves in the foot if they use DVCS incorrectly. But, I would rather use a sharp tool (like git) than a dull one (like svn). -- Herman Radtke hermanradtke@gmail.com | http://hermanradtke.com