Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54445 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44989 invoked from network); 7 Aug 2011 23:49:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2011 23:49:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=landeholm@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=landeholm@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.172 as permitted sender) X-PHP-List-Original-Sender: landeholm@gmail.com X-Host-Fingerprint: 209.85.210.172 mail-iy0-f172.google.com Received: from [209.85.210.172] ([209.85.210.172:56024] helo=mail-iy0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/A4-17758-B642F3E4 for ; Sun, 07 Aug 2011 19:48:59 -0400 Received: by iye7 with SMTP id 7so8981155iye.31 for ; Sun, 07 Aug 2011 16:48:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=POCOCtTHYGwviCXXld9VDzdS3y4S9JLjj8HE3LryrDI=; b=hqa7Ga5focPSB/6xHUA3u1ftAAbOjk3vrndzKQKt+T8Jp11zaG2sGb36E3d6Hm9t+Y C9/zQxzjHIQQ2dazIEMp03YT/PyDxRXWbQrglPE9XdW6DvhcBezsRdV3kjjb55IhtnIt LJdiDqgZVDwL5fgqP+OvZpf4PZAWLvrspDlpA= MIME-Version: 1.0 Received: by 10.231.117.35 with SMTP id o35mr4338451ibq.23.1312760936329; Sun, 07 Aug 2011 16:48:56 -0700 (PDT) Received: by 10.231.37.129 with HTTP; Sun, 7 Aug 2011 16:48:56 -0700 (PDT) In-Reply-To: <4E3F215F.4020101@php.net> References: <4E3F0279.3070701@sugarcrm.com> <4E3F215F.4020101@php.net> Date: Mon, 8 Aug 2011 01:48:56 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=00504501555148f3d004a9f2f91a Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: landeholm@gmail.com (Hannes Landeholm) --00504501555148f3d004a9f2f91a Content-Type: text/plain; charset=ISO-8859-1 Hi, I'd +1 moving to git. I just moved my own project to github from our own SVN. Mainly for economical reasons as this allowed us to not have to maintain our own repository and because github had excellent features. Another point was of course git's superiority over svn when it comes to many basic features such as keeping your own local repository, branching, tagging etc. I'd also recommend that you see this insightful and hilarious talk by Linus Torvalds if you haven't already: http://www.youtube.com/watch?v=4XpnKHJAok8 ~Hannes --00504501555148f3d004a9f2f91a--