Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39313 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74897 invoked from network); 25 Jul 2008 10:19:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2008 10:19:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:53965] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/24-22699-3C8A9884 for ; Fri, 25 Jul 2008 06:19:48 -0400 Received: (qmail 21683 invoked by uid 507); 25 Jul 2008 10:19:42 -0000 Received: from ppp-82-135-72-230.dynamic.mnet-online.de (HELO ?192.168.1.101?) (postmaster%schlueters.de@82.135.72.230) by mail4.netbeat.de with ESMTPA; 25 Jul 2008 10:19:42 -0000 To: Gwynne Raskind Cc: Rasmus Lerdorf , PHP Developers Mailing List In-Reply-To: References: <488918E3.90705@lerdorf.com> <48891CE4.5090409@lerdorf.com> Content-Type: text/plain Date: Fri, 25 Jul 2008 12:19:42 +0200 Message-ID: <1216981182.3105.25.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Volunteers for Subversion 1.5 conversion of cvs.php.net? From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2008-07-24 at 20:25 -0400, Gwynne Raskind wrote: > > 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. > > My plan was to work on those next. not only CVSROOT, there are also some vcs-specific script in php-src (like cvsclean or scripts for snaps building), scripts on the snaps box to build snaps, on master to generate docs and websites, .... which all have to found, analyzed, rewritten. So a rather long running project where he repository conversion is one of the smallest problem (enough big projects did that so if there are problems there are many places to ask, whereas the whole infrastructure around has to be analyzed...) :-) johannes