Newsgroups: php.internals,php.pear.dev Path: news.php.net Xref: news.php.net php.internals:45019 php.pear.dev:52397 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63412 invoked from network); 17 Jul 2009 19:19:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2009 19:19:39 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:58564] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/33-02180-7CEC06A4 for ; Fri, 17 Jul 2009 15:19:37 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 18E134144059; Fri, 17 Jul 2009 19:21:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Iv8Yxc3Vn2x5; Fri, 17 Jul 2009 21:21:37 +0200 (CEST) Received: from [192.168.0.182] (217-162-131-234.dclient.hispeed.ch [217.162.131.234]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 8CC30414400B; Fri, 17 Jul 2009 21:21:35 +0200 (CEST) Cc: Greg Beaver , PHP Developers Mailing List , PEAR Dev Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= In-Reply-To: <1247792699.3638.16.camel@goldfinger.johannes.nop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v935.3) Date: Fri, 17 Jul 2009 21:19:28 +0200 References: <4A5FB5B9.9030402@chiaraquartet.net> <1247792699.3638.16.camel@goldfinger.johannes.nop> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] better management of php-src/pear and PEAR's future in php From: mls@pooteeweet.org (Lukas Kahwe Smith) On 17.07.2009, at 03:04, Johannes Schl=FCter wrote: > On Thu, 2009-07-16 at 18:20 -0500, Greg Beaver wrote: >> I'd like to consider instead using svn:externals to pull in PEAR =20 >> stuff >> directly from a STABLE branch from somewhere in the pear/ hierarchy. >> This would allow us over at PEAR to push the installation phars into >> that branch at the same time a release is made, and would also allow >> quick fixes by a quick revert to a previous revision. > > How does this work with tagging or releases? > Currently the phar thing isn't tagged at all when building PHP =20 > releases, > but I assume the svn:externals would be copied as is and might lead to > wrong assumptions (like that a newer version was included) meaning we > make the tagging more complex or avoiding confusion. if you svn copy .. it will copy the externals .. regards, Lukas Kahwe Smith mls@pooteeweet.org