Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39299 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22434 invoked from network); 25 Jul 2008 07:54:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2008 07:54:17 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:35758] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/D9-22699-6A689884 for ; Fri, 25 Jul 2008 03:54:16 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id C9E271EBC01A; Fri, 25 Jul 2008 07:54:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Ef8+0IXEFUV; Fri, 25 Jul 2008 09:54:12 +0200 (CEST) Received: from [192.168.80.139] (unknown [195.226.16.50]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 42C241EBC018; Fri, 25 Jul 2008 09:54:11 +0200 (CEST) Cc: marius popa , PHP Developers Mailing List Message-ID: To: Rasmus Lerdorf In-Reply-To: <48898544.5080100@lerdorf.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Fri, 25 Jul 2008 09:52:22 +0200 References: <40FEB6C9-9B66-4761-8B9C-0E70158D9962@wanderingknights.org> <48898544.5080100@lerdorf.com> X-Mailer: Apple Mail (2.928.1) Subject: Re: [PHP-DEV] CVS to SVN Migration From: mls@pooteeweet.org (Lukas Kahwe Smith) On 25.07.2008, at 09:48, Rasmus Lerdorf wrote: > marius popa wrote: >> On Fri, Jul 25, 2008 at 5:06 AM, Gwynne Raskind >> wrote: >>> At this point it's clear that moving from CVS to SVN for PHP has >>> become a >>> more or less official project. As such, there is a new mailing list >> isn't better to migrate to git or mercurial ? >> http://weblog.rubyonrails.org/2008/4/2/rails-is-moving-from-svn-to- >> git >> it's faster and better on my opinion (why wasting time to convert >> later from svn to git ) > > We have 1000+ people with commit access, many of whom are not very > technical. We need something with mature Windows tools for those > folks and something that isn't completely different to their way of > working. > > The git and hg integration with svn is also good so any developer > who prefers to have a local repository can very easily use either > git or hg and easily merge into the central svn repository. However I think we should provide the infrastructure for developers to setup a dvcs. I dont know if we want to standardize on a specific one. But collaboration on exterimental stuff that requires a dvcs should be possible on php.net servers. regards, Lukas Kahwe Smith mls@pooteeweet.org