Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29950 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38169 invoked by uid 1010); 30 May 2007 11:35:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38152 invoked from network); 30 May 2007 11:35:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 May 2007 11:35:22 -0000 Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.141.85.117 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.141.85.117 uf1.search.ch Linux 2.6 Received: from [195.141.85.117] ([195.141.85.117:38664] helo=smtp.rim.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/D4-02240-6716D564 for ; Wed, 30 May 2007 07:35:21 -0400 Received: from localhost (localhost [127.0.0.1]) by rolig.search.ch (Postfix) with ESMTP id 4C9CA257810; Wed, 30 May 2007 13:35:14 +0200 (CEST) Received: from smtp.rim.ch ([127.0.0.1]) by localhost (search.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31354-07; Wed, 30 May 2007 13:35:13 +0200 (CEST) Received: from [192.168.1.72] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rolig.search.ch (Postfix) with ESMTP id D529047AAD; Wed, 30 May 2007 13:35:12 +0200 (CEST) Message-ID: <465D6170.8010809@cschneid.com> Date: Wed, 30 May 2007 13:35:12 +0200 User-Agent: Thunderbird 1.5.0.10 (X11/20060911) MIME-Version: 1.0 To: Wez Furlong CC: Steph Fox , Rasmus Lerdorf , Marcus Boerger , Andi Gutmans , Ilia Alshanetsky , Edin Kadribasic , PHP Internals List References: <4e89b4260705280856t47429e54ofcc182e02a6627e5@mail.gmail.com> <465CFFF8.7070603@lerdorf.com> <698DE66518E7CA45812BD18E807866CE3AFFA2@us-ex1.zend.net> <001d01c7a27f$6d12bf80$39dc2f52@foxbox> <465D13E4.9050201@lerdorf.com> <1237063851.20070530094541@marcus-boerger.de> <465D2FB0.5060308@lerdorf.com> <014601c7a293$3e047440$39dc2f52@foxbox> <465D35D2.4050001@lerdorf.com> <016d01c7a299$4ef91070$39dc2f52@foxbox> <4e89b4260705300409n3feafa10nc2e8c19b6b9e5b64@mail.gmail.com> In-Reply-To: <4e89b4260705300409n3feafa10nc2e8c19b6b9e5b64@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at search.ch Subject: Re: [PHP-DEV] better changeset tracking From: cschneid@cschneid.com (Christian Schneider) Wez Furlong wrote: > As Rasmus said, it's a job for someone to sit down with a copy of the > repository, cvs2svn, a lot of time, and a lot of patience, to make the > migration work... but we're not stopping anyone from volunteering :) I converted our company's CVS to SVN a while ago and might be willing to give it a try as I'm familiar with basic SVN setup, commit hooks and cvs2svn. I didn't follow this thread really so I'm not up-to-date with the requirements of the version control setup, i.e. what CVS features / view (web, anon and authenticated access) you currently use. Is there a summary of the requirements somewhere? Who's in charge of the CVS setup right now? - Chris