Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40644 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1179 invoked from network); 23 Sep 2008 14:43:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2008 14:43:39 -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 72.14.220.159 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: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:8815] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/20-33890-69009D84 for ; Tue, 23 Sep 2008 10:43:38 -0400 Received: by fg-out-1718.google.com with SMTP id 16so1906461fgg.23 for ; Tue, 23 Sep 2008 07:43:29 -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:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=CFhCOSQ7ylWe678MPdnP4EQhes8frQA7Z6swxjI/Io0=; b=wS4dQrnKfx50KfSdjIvOysCld2GEYgRqwsen3eQKF0GX2Nn5zVCA9TWousJ7RTKaSg RO2nlItczj6NkSUXtTbiv/S3jZr2xQU1OCf+Ho84NaIzKB24b4IjhfzHdWl2srE3ZIXZ 6gGX/fUzXdaaBUeYKXP1PIEGjZm1igefy/Urs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=XLExaF4f+KHlH1KHOhy9WOsxbiZF62Y72o3WU1uUg8Tv2bcCNZsc/hPNpyL5XLABDP 3wYWKQVe/MJhG0uSduMXIFTtJPUC3z7Rxi1pQ/qtqJd7mHUjZSXQhEvfPqJ3cYmyHjf1 NimgmcRw2RMVC2P9jWgxu0cGXjUOl7lh4Kxyc= Received: by 10.181.15.18 with SMTP id s18mr3756859bki.77.1222181009119; Tue, 23 Sep 2008 07:43:29 -0700 (PDT) Received: from ?192.168.2.101? (ip3e830243.speed.planet.nl [62.131.2.67]) by mx.google.com with ESMTPS id k5sm327474nfd.22.2008.09.23.07.43.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Sep 2008 07:43:27 -0700 (PDT) Message-ID: <48D900A0.9020305@gmail.com> Date: Tue, 23 Sep 2008 16:43:44 +0200 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Antony Dovgal CC: internals@lists.php.net, svn-migration@lists.php.net References: <48D86CF5.5020407@gravitonic.com> <48D8B6B7.7050100@php.net> <48D8EA50.4030908@googlemail.com> <48D8F898.4010106@php.net> <48D8FABC.6000705@daylessday.org> In-Reply-To: <48D8FABC.6000705@daylessday.org> 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) Antony Dovgal wrote: > On 23.09.2008 18:09, Maciek Sokolewicz wrote: > >> 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) >> > > What exactly do you mean by that? > > Does Subversion have any scripts we need already implemented in Python? > If not, I don't see why should we even care what Subversion uses. > > We have our own needs and I see nothing wrong in using PHP for > sending commit logs to the list, doing authorization and updating > the changelog, do you? > > By that I meant that several scripts which come with subversion are written in Python. They're pretty easy to replace with PHP scripts though if we do decide to use eg. the pecl svn extension. We would need to modify them extensively anyway if we were to use a system analogous to the one in use in CVS now (avail system comes to mind), so rewriting them in PHP would probably take the same amount of time/effort. I personally wouldn't mind using PHP at all (would even prefer it as I wrote in my original mail to svn-migration).