Newsgroups: php.internals,svn.migration Path: news.php.net Xref: news.php.net php.internals:40641 svn.migration:77 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91853 invoked from network); 23 Sep 2008 14:09:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2008 14:09:17 -0000 Authentication-Results: pb1.pair.com header.from=tularis@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tularis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tularis@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Received: from [66.249.92.170] ([66.249.92.170:18424] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/2E-35835-C88F8D84 for ; Tue, 23 Sep 2008 10:09:17 -0400 Received: by ug-out-1314.google.com with SMTP id k3so1619666ugf.37 for ; Tue, 23 Sep 2008 07:09:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding:from; bh=gHi20qtRrC5aFzGCg8DotIXIcqHWHfs1ktY9XN/6s6c=; b=NDrt6Sorzm8ETsTrJPP+2043360qef3ehsJapX+NcVq+DMGxZEVXGC2LeMYZVbNSOJ lJT1Ftn4tjGXvqGnanQb+uYCZ/zePPITIKzS11J+rLdsE/aEGhzItgU0gpNgJ9P8zo7y eFxyhPTmVGawMBh/7ZRfb0AUgjigcD+HfX9XM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding:from; b=HvwV9faFfJ+RxrxY5GOPNEIB+JtSKYtJDYM0dEOMKQ3AzRipxDQsI3fSUVmZIKcJGR zVa0KF0nS1YOC/YkNBMqelnASeMZpDN+35RcSQ1aVPQHnAJtsKNxjSPAkxin9hhoDKa4 J94sYnk2cC65jhOdOF0fldM7RVoUluhctwJm8= Received: by 10.210.73.12 with SMTP id v12mr6706883eba.89.1222178953203; Tue, 23 Sep 2008 07:09:13 -0700 (PDT) Received: from ?192.168.2.101? (ip3e830243.speed.planet.nl [62.131.2.67]) by mx.google.com with ESMTPS id d23sm1558785nfh.11.2008.09.23.07.09.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Sep 2008 07:09:12 -0700 (PDT) Message-ID: <48D8F898.4010106@php.net> Date: Tue, 23 Sep 2008 16:09:28 +0200 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: zoe , David Soria Parra , internals@lists.php.net, Andrei Zmievski , svn-migration@lists.php.net References: <48D86CF5.5020407@gravitonic.com> <48D8B6B7.7050100@php.net> <48D8EA50.4030908@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Subversion migration From: tularis@gmail.com (Maciek Sokolewicz) Lukas Kahwe Smith wrote: > > On 23.09.2008, at 15:08, zoe wrote: > >> David Soria Parra wrote: >>> >>> As far as I know the actual conversion is done, but a lot of the >>> CVSROOT/ scripts are not yet rewritten to fit the subversion hook >>> system. Also Marcus proposed and I guess it was somehow accepted, >>> that the new scripts are done in Python and not in Perl. >>> >>> >> Is there a list of what needs to be written? I have some spare time >> and could help, although I confess I'd prefer to write in PHP. > > > i would agree that PHP should be the preferred language unless we could > spare a lot of work with using something existing and adapting it .. but > even then the goal should be to eat as much of our own dogfood for this > .. seems like there is nothing that would be so heavy (or long running) > to make PHP totally unfit for this. > > regards, > Lukas Kahwe Smith > mls@pooteeweet.org There has been a (short) discussion about this on the svn-migration mailinglist (cc'd) which resulted in the recommendation of writing it either in Python (because subversion uses that natively) or PHP (since we don't like the whole perl clog that's in there right now). The migration process seems to have ground to a standstill lately (judging by the amount of posts to that list in the last month (last one being at the start of september)), but all help is appreciated. Please join that mailinglist so we can all work together and not be forced to re-post every idea and option twice (internals and svn-migration) just because people don't read the list. - Tul