Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39309 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52747 invoked from network); 25 Jul 2008 09:46:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2008 09:46:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:49212] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/6F-22699-5F0A9884 for ; Fri, 25 Jul 2008 05:46:29 -0400 Received: from host229.paramount.wayport.net (unknown [65.249.24.229]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id C72EE11DAD0; Fri, 25 Jul 2008 11:46:25 +0200 (CEST) Date: Fri, 25 Jul 2008 11:46:22 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <641132640.20080725114622@marcus-boerger.de> To: Lukas Kahwe Smith CC: PHP Developers Mailing List In-Reply-To: References: <40FEB6C9-9B66-4761-8B9C-0E70158D9962@wanderingknights.org> <48898544.5080100@lerdorf.com> <48898AB0.2030709@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] CVS to SVN Migration From: helly@php.net (Marcus Boerger) Hello Lukas, Friday, July 25, 2008, 10:15:08 AM, you wrote: > On 25.07.2008, at 10:11, Rasmus Lerdorf wrote: >> Lukas Kahwe Smith wrote: >>>> 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. >> >> What do you mean by that? hgsvn and git-svn don't need any server- >> side support to enable you to work locally and do local git or hg >> checkins and then sync to the central svn repository when you are >> ready. > I mean that if several people work on a changeset, that they still > might want to have a join central repo. Of course dvcs allows direct > exchange of patches as well, but it might still be a good idea to have > this central dvcs repo for historical reasons (lets say some stuff is > attempted, it is then abandonded and then picked up by someone else). > Also in terms of standardization I mean that even core developers can > get overwhelmed if they end up having to use git here, and hg there. > Then again we are still far away from having that many different > subprojects that need dvcs. I still cannot follow you. Do you even know about these tools? If two parties use git or hg they are all fine. And everyone else is fine too because they don' t have to learn dcms (btw, it's a distributed cms as in code/configuraqtion management system: http://en.wikipedia.org/wiki/Code_management_system). Anyway you don't want to teach for example our documentation group to use git or hg. Besides the fact thaqt there is no windows support for git they do not have the slightest use whatsoever for local branching. Though of course anyone who is can safely start it's own perfectly working local one. marcus Best regards, Marcus