Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22254 invoked from network); 25 Nov 2010 02:12:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2010 02:12:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=parasane@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=parasane@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: parasane@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:42473] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/56-12084-126CDEC4 for ; Wed, 24 Nov 2010 21:12:50 -0500 Received: by bwz13 with SMTP id 13so440851bwz.29 for ; Wed, 24 Nov 2010 18:12:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=z24oongrJBkRm4P8JjsnyOftnFp2/aqS3Jq5YAw0qkg=; b=QzSjIJWqOSM73iRdfBqftbHf0GXlcyaNYY9CNTtImW1sAzAMleA7lAlmAmbls/d06t zAyQy4SsmUqXTERL4zSq2nnDQFPSKsdJr81p2eSdlgsPTCljIpE4Ub4CaOIyt0m5Hw4N pO4WjGG9oubg9HyhcGghGVi581ApIM6FbliS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=nXs6Kkbp//kmekx2G8sbiICcLmEn3ZYC+T7B4JHMq62/ckUxmPeTLiaOwGnQbG8HGu WxKg8PEnRUPBs0GANSaFsgs5qYkckmW5AJvpq1CRJDl4lDQRfjCDUzkKo69LueRxKW4N wbrAVTn1jZDxOhQ3CPzv3wDNf5G77dhWly3WA= Received: by 10.204.113.142 with SMTP id a14mr94639bkq.206.1290651165831; Wed, 24 Nov 2010 18:12:45 -0800 (PST) MIME-Version: 1.0 Sender: parasane@gmail.com Received: by 10.204.100.77 with HTTP; Wed, 24 Nov 2010 18:12:25 -0800 (PST) In-Reply-To: References: Date: Wed, 24 Nov 2010 21:12:25 -0500 X-Google-Sender-Auth: U7GNaTAFj2f-IsNqBNROu418Fvw Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] git anyone? From: danbrown@php.net (Daniel Brown) On Wed, Nov 24, 2010 at 20:47, Pierre Joye wrote: > hi, [snip] > Please not I'm not requesting to do it now and here, only trying to > get a feeling/poll about git usage. You might recall several conversations on this during the period where Gwynne was migrating us from CVS to SVN in 2008/09. Two two threads that stand out most in my mind were Rasmus' thoughts on the matter[1] and David Soria Parra actually working toward using git --- or at least git-svn[2]. There were several other threads on the subject as well, so unless opinions have changed, you may already have some folks in your corner. ^1: http://news.php.net/svn.migration/255 ^2: http://news.php.net/php.internals/44942 --