Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25326 invoked from network); 25 Jul 2008 08:11:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2008 08:11:32 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:48874] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/4A-22699-4BA89884 for ; Fri, 25 Jul 2008 04:11:32 -0400 Received: from Macintosh-194.local (socks3.corp.yahoo.com [216.145.54.15]) (authenticated bits=0) by mail.lerdorf.com (8.14.3/8.14.3/Debian-5) with ESMTP id m6P8BSZs032333 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 25 Jul 2008 01:11:29 -0700 Message-ID: <48898AB0.2030709@lerdorf.com> Date: Fri, 25 Jul 2008 01:11:28 -0700 User-Agent: Thunderbird/3.0a2pre (Macintosh; 2008071516) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP Developers Mailing List References: <40FEB6C9-9B66-4761-8B9C-0E70158D9962@wanderingknights.org> <48898544.5080100@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.lerdorf.com [204.11.219.139]); Fri, 25 Jul 2008 01:11:29 -0700 (PDT) Subject: Re: [PHP-DEV] CVS to SVN Migration From: rasmus@lerdorf.com (Rasmus Lerdorf) 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. -Rasmus