Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47278 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59153 invoked from network); 14 Mar 2010 21:25:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2010 21:25:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=hermanradtke@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hermanradtke@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.216 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.218.216 mail-bw0-f216.google.com Received: from [209.85.218.216] ([209.85.218.216:39289] helo=mail-bw0-f216.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/AF-07348-D445D9B4 for ; Sun, 14 Mar 2010 16:25:34 -0500 Received: by bwz8 with SMTP id 8so2577905bwz.23 for ; Sun, 14 Mar 2010 14:25:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=TvgcXmqwXpGIUBGFw3PFZHMqN0G6GzZuC+fwAdapJxI=; b=ZB4PyQAL1v7mhRLJgf6V9Y8j40ocnbVliAP3u5/n61LwCu4gDV6vZ6iJfzFPZbntmn 6BIZuM8TdJoovLVjqefgNA5T95j09prPsB1T2SOgniroaJGhh4yn17CKXciwz3G4n3vI cUhATEC74aNgJhIVwgzkE4Wj7VojkFGq1kJRQ= 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 :content-type:content-transfer-encoding; b=Y/9LGuHFMdNbwQZ1sFnCllSt45Tn/QLLC+eFcO+NZkbKMwF6bRVpxvDeKqPNSBYBnJ do/nRnyORNp6zcibBTt13xZvL5vrKt7NpPhAIl4qohf9T/VtPCPs2hGlCcwiUVEe+sK3 6e/1MRYKSQVdGCT5BsJ0Pa+f80xGh3Y7ZzKcA= MIME-Version: 1.0 Received: by 10.204.36.199 with SMTP id u7mr860127bkd.212.1268601930170; Sun, 14 Mar 2010 14:25:30 -0700 (PDT) In-Reply-To: References: <36D0BC9D-72BA-4087-9088-A054F0E82A52@pooteeweet.org> Date: Sun, 14 Mar 2010 14:25:30 -0700 Message-ID: To: Lukas Kahwe Smith , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: moving forward From: hermanradtke@gmail.com (Herman Radtke) > Oh no .. another dangerous topic. Again we have been there even before th= e switch. The idea is to keep the centralized repo on svn, because the mass= es know how it works, the tools are widely available and we have plenty of = experience among us in how to keep svn running. I see little incentive to m= ove the _central_ repo to a DVCS. Are the bridges to git, mercurial, bzaar = etc really so bad that this topic is worth discussing (no sarcasm, honest q= uestion)? I only have experience with git. The problem with something like git-svn is that your git branch becomes an island. I can't share that branch with anyone else. So all I really get is git syntax within an svn environment. I have no problem working with svn and actually prefer it for projects that use a compiler. For PHP apps, git is great because nothing has to be built. Bouncing between git branches means I have to recompile PHP every time (or set up some system of symlinks). --=20 Herman Radtke hermanradtke@gmail.com | http://hermanradtke.com