Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39285 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33125 invoked from network); 25 Jul 2008 00:23:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2008 00:23:07 -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:58549] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/1B-22699-8EC19884 for ; Thu, 24 Jul 2008 20:23:07 -0400 Received: from Macintosh-194.local (socks3.corp.yahoo.com [216.145.54.15]) (authenticated bits=0) by mail.lerdorf.com (8.14.3/8.14.3/Debian-5) with ESMTP id m6P0N063018351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 24 Jul 2008 17:23:00 -0700 Message-ID: <48891CE4.5090409@lerdorf.com> Date: Thu, 24 Jul 2008 17:23:00 -0700 User-Agent: Thunderbird/3.0a2pre (Macintosh; 2008071516) MIME-Version: 1.0 To: Gwynne Raskind CC: PHP Developers Mailing List References: <488918E3.90705@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.lerdorf.com [204.11.219.139]); Thu, 24 Jul 2008 17:23:00 -0700 (PDT) Subject: Re: [PHP-DEV] Volunteers for Subversion 1.5 conversion of cvs.php.net? From: rasmus@lerdorf.com (Rasmus Lerdorf) Gwynne Raskind wrote: > On Jul 24, 2008, at 8:05 PM, Rasmus Lerdorf wrote: >> Now that Subversion 1.5 has been out for a little while and it is at >> the point where it might actually have some benefit to us, do we have >> some volunteers who have some time to try converting over the >> repository and all the post-commit and ACL rules from CVSROOT? >> >> Talking to people here at OSCON, the consensus seems to be that moving >> to Subversion at this point would worthwhile. The Git/Bzr/Merc folks >> have better tools to deal with a central svn repository than cvs at >> this point, and the svn workflow and Windows tools won't leave all our >> less technical committers floundering. >> >> I think the most convenient approach would be to do the conversion >> directly on the cvs.php.net machine and run the two side-by-side with >> periodic imports to svn while we test things and then a freeze and a >> switchover at some point. > > See my Wiki on it at , I'm planning to > get back to it this weekend. Yes, I read that. But the conversion of the repository itself is only half the battle. There are a bunch of scripts in CVSROOT that need to be ported over to SVN somehow. -Rasmus