Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39326 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1605 invoked from network); 25 Jul 2008 16:41:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2008 16:41:50 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:63915] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/2C-22699-E420A884 for ; Fri, 25 Jul 2008 12:41:50 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 25 Jul 2008 19:42:24 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 25 Jul 2008 09:42:20 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CE01D56ACF@us-ex1.zend.net> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] CVS to SVN Migration Thread-Index: AcjuRCPiVV2OUvUaSs+/y5sFOrsJMAAMP1KQ References: <40FEB6C9-9B66-4761-8B9C-0E70158D9962@wanderingknights.org> <48898544.5080100@lerdorf.com> <48898AB0.2030709@lerdorf.com> <641132640.20080725114622@marcus-boerger.de> <94389362-2809-4201-97BF-50073394F709@macvicar.net> To: "Lukas Kahwe Smith" , "Scott MacVicar" Cc: "Marcus Boerger" , "PHP Developers Mailing List" X-OriginalArrivalTime: 25 Jul 2008 16:42:24.0729 (UTC) FILETIME=[6A9C9490:01C8EE75] Subject: RE: [PHP-DEV] CVS to SVN Migration From: andi@zend.com ("Andi Gutmans") Hi Lukas, We have already had several cases in the past where developers have collaborated on a CVS branch. The main reason why this hasn't been common practice is because CVS branching sucks and because some developers didn't feel comfortable with using branches regardless of the tool. I think SVN goes quite far in making development in branches more productive. I therefore see no reason why mysqlnd and re2c collaborators could not just use an SVN branch. There is and has never been a rule not to use branches in the main PHP repository for such collaborations. My 2 Rappen :) Andi