Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29947 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66667 invoked by uid 1010); 30 May 2007 08:29:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66652 invoked from network); 30 May 2007 08:29:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 May 2007 08:29:12 -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:35027] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/1A-24960-7D53D564 for ; Wed, 30 May 2007 04:29:12 -0400 Received: from trainburn-lm-corp-yahoo-com.local (c-24-6-22-164.hsd1.ca.comcast.net [24.6.22.164]) (authenticated bits=0) by mail.lerdorf.com (8.14.1/8.14.1/Debian-4) with ESMTP id l4U8T526006288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 30 May 2007 01:29:05 -0700 Message-ID: <465D35D2.4050001@lerdorf.com> Date: Wed, 30 May 2007 01:29:06 -0700 User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Steph Fox CC: Marcus Boerger , Andi Gutmans , Wez Furlong , Ilia Alshanetsky , Edin Kadribasic , PHP Internals List References: <4e89b4260705280856t47429e54ofcc182e02a6627e5@mail.gmail.com> <698DE66518E7CA45812BD18E807866CE3AFF97@us-ex1.zend.net> <465CFFF8.7070603@lerdorf.com> <698DE66518E7CA45812BD18E807866CE3AFFA2@us-ex1.zend.net> <001d01c7a27f$6d12bf80$39dc2f52@foxbox> <465D13E4.9050201@lerdorf.com> <1237063851.20070530094541@marcus-boerger.de> <465D2FB0.5060308@lerdorf.com> <014601c7a293$3e047440$39dc2f52@foxbox> In-Reply-To: <014601c7a293$3e047440$39dc2f52@foxbox> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.2/3331/Tue May 29 23:48:34 2007 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] better changeset tracking From: rasmus@lerdorf.com (Rasmus Lerdorf) Steph Fox wrote: > Rasmus, hi, > > We've kinda moved away from the problem in hand. Moving the entire > repository over to svn doesn't make it any easier to know when someone > commits something that should be merged and doesn't merge it. It also > doesn't do anything to resolve the relationship between PHP branch > releases and PECL extension development. Both issues now will need > thinking through in svn terms as well as in cvs terms, if they're to be > resolved at all. > > Two weeks doesn't sound long enough. Well, the problem is that if the work involved to do this is in any way CVS-specific, it will be throw-away work once we move away from CVS, which is inevitable. What we don't know at this point is the lifespan of CVS. I'm unmotivated to do anything with SVN with the major 1.5 release coming up in a month or two. But if someone else is gung ho enough to volunteer sooner and has an eye on 1.5 to make sure the stuff will be compatible with the new release, perhaps things can move quicker. -Rasmus