Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40631 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39333 invoked from network); 23 Sep 2008 10:55:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2008 10:55:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.14 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:52073] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/33-35835-61BC8D84 for ; Tue, 23 Sep 2008 06:55:18 -0400 Received: by gxk7 with SMTP id 7so4001213gxk.23 for ; Tue, 23 Sep 2008 03:55:15 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=LPb0ec5zKuHjnr/h/z1O/vWnjne5Fu+iaFJtsg/fSj8=; b=UxN8AZxaoLsH7OCBmHHTq02KMKGKMlTWuLtlHo/mG35J8Xx5IlY85K1SNfNqm3/6TV dBGnaZBRGuhTo4yXh8JEB4LNjKSqfn/9dqXWLP0mm1qtjCe960BpDwqsKCok/IgP9uFt wVhjSPcssxEk+eXPFrBF6LMaiNvgP8pSfp+G4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=nhSD10VGuYc/MsuWA3TMBWVKDxhGUWtZQv/w/U9pnuAd4LdZihO6zxIG46xMVMT7BV iJdDRrV+T3+ZEDULgL3VWl8ncFuFvUCyQp3/3Mw7AjD+SU2K7nsd1BY8chX/B6CSZB9d SEYsm+sPt32kU5iSjeDQWpC4k98tw32Fz9keQ= Received: by 10.150.58.5 with SMTP id g5mr8997412yba.27.1222167315906; Tue, 23 Sep 2008 03:55:15 -0700 (PDT) Received: by 10.150.186.11 with HTTP; Tue, 23 Sep 2008 03:55:15 -0700 (PDT) Message-ID: Date: Tue, 23 Sep 2008 14:55:15 +0400 To: "Antony Dovgal" Cc: "David Soria Parra" , internals@lists.php.net, "Andrei Zmievski" In-Reply-To: <48D8BB49.7010700@daylessday.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48D86CF5.5020407@gravitonic.com> <48D8B6B7.7050100@php.net> <48D8BB49.7010700@daylessday.org> Subject: Re: [PHP-DEV] Re: Subversion migration From: indeyets@gmail.com ("Alexey Zakhlestin") On Tue, Sep 23, 2008 at 1:47 PM, Antony Dovgal wrote: > On 23.09.2008 13:28, 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. > > I've heard of a language once, they say it's quite easy to learn, it has a > comprehensive documentation and large userbase.. It's called PPH or something. > Maybe we should use it instead of Python? > > > Seriously, I thought we've had enough problems with viewvc.cgi, > why not use something that's easier to tweak & maintain (for us)? +1 we can use http://pecl.php.net/package/svn for this. It is marked as beta, but in my experience it is very solid. -- Alexey Zakhlestin http://blog.milkfarmsoft.com/