From owner-freebsd-current@FreeBSD.ORG Mon Dec 5 15:00:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B89C1065673 for ; Mon, 5 Dec 2011 15:00:21 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE738FC1E for ; Mon, 5 Dec 2011 15:00:20 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so6359888vcb.13 for ; Mon, 05 Dec 2011 07:00:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=pJagLiwyUrgDKbas4VzBqK1Wl84xxEqAMYK3nr8Wd3A=; b=Dhf/1NPh+RKQJqQuoTtw/iP84TML4PL6NWGyMqZrzQRFEBKBF7i2XxaBkCp96Qnd0Z LfK2dpPlPVQi21Fw4W0Y+GPtlG/hBXO4iq4ToWs/2GI6a4uwJa72Cs7/GFMwkbgBpCtd 1neZq86X8bJF8Igq8B/ya4AmcSxUw1PnTG/H0= MIME-Version: 1.0 Received: by 10.220.6.12 with SMTP id 12mr1051392vcx.35.1323097220349; Mon, 05 Dec 2011 07:00:20 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.109.10 with HTTP; Mon, 5 Dec 2011 07:00:20 -0800 (PST) In-Reply-To: <4EDCD3D7.4040501@orange.fr> References: <4ED974A2.7080606@FreeBSD.org> <4ED9EA27.8090206@inse.ru> <20111203.140334.74707074.sthaug@nethelp.no> <4EDCD3D7.4040501@orange.fr> Date: Mon, 5 Dec 2011 23:00:20 +0800 X-Google-Sender-Auth: _-fMUHZEDvNy4onLzOJsPbYk6Es Message-ID: From: Adrian Chadd To: Claude Buisson Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: CVS removal from the base X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2011 15:00:21 -0000 .. they'll work the same way things w/ src work at the moment, which I believe is: * stuff is in svn; * svn2cvs runs; * cvsup mirrors the cvs repository; * users use cvsup against that. So this is a non-issue. :) Adrian