Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42242 invoked from network); 25 Jul 2008 09:12:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2008 09:12:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@hristov.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php@hristov.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hristov.com from 85.92.73.163 cause and error) X-PHP-List-Original-Sender: php@hristov.com X-Host-Fingerprint: 85.92.73.163 iko.gotobg.net Linux 2.5 (sometimes 2.4) (4) Received: from [85.92.73.163] ([85.92.73.163:36089] helo=iko.gotobg.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/6D-22699-0E899884 for ; Fri, 25 Jul 2008 05:12:02 -0400 Received: from androto.ddns.playtime.bg ([87.120.219.46] helo=[192.168.1.127]) by iko.gotobg.net with esmtpa (Exim 4.69) (envelope-from ) id 1KMJL9-0006Vv-Hz; Fri, 25 Jul 2008 12:11:55 +0300 Message-ID: <488998D5.9030204@hristov.com> Date: Fri, 25 Jul 2008 12:11:49 +0300 User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: David Soria Parra CC: internals@lists.php.net, Rasmus Lerdorf , Lukas Kahwe Smith References: <40FEB6C9-9B66-4761-8B9C-0E70158D9962@wanderingknights.org> <48898544.5080100@lerdorf.com> <48898AB0.2030709@lerdorf.com> <48898E2C.701@php.net> In-Reply-To: <48898E2C.701@php.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] CVS to SVN Migration From: php@hristov.com (Andrey Hristov) Hi, David Soria Parra wrote: > >>> 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. > > Maybe it's just about having the possibilities for developers to share > experimental trees on a php.net side so that people from outside can > pull from it easily and not to remember a bunch of urls to get the trees > of some developers working on interesting patchsets. > launchpad allows you to create mirror Bazaar repos. The original can be svn or bazaar. This is how a bzr repo from Launchpad is provided, although the main repo is svn. Launchpad registration is free and easy. Best, Andrey