From owner-freebsd-doc@FreeBSD.ORG Wed Jan 7 08:14:10 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45747106566C for ; Wed, 7 Jan 2009 08:14:10 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id 140268FC13 for ; Wed, 7 Jan 2009 08:14:10 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so10917447wfg.7 for ; Wed, 07 Jan 2009 00:14:09 -0800 (PST) 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=PaM7CdK7gXDrKjoT1LRjfBhS1PjR/hi4FllZtqKJ8+g=; b=CEkC9KdiEURcqaWbWdBN7nWteilSNwBskkx/j/aq1sLvfbPMuu6cSYrjZh5teDkG+t nqR+QSiugk+GJxWowdH8Jbtreo6TIpw01efMx11e+/vmVE4sRRsTlxOmjEn+ZtycI5vn C577TiQ6k329Sf5wPW8xBN3aVwor7439nEYtg= 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=wu0DcD+fvQ8rZRFj536wy5/YiogLjgwxtJt1PEuUxK9j6iH0LbjnrOZ89LhFC/j+yd tny6QlJxG1z9N3TV3mA/6ph5GPCXI3+po6WHR1may3FBZE2CYhsDkHB5+go9wEIFZUoT Z5HPBrr8EIAZXMEKEQurJGotfWnlWu23vOM+Y= Received: by 10.142.241.10 with SMTP id o10mr9544823wfh.112.1231314088293; Tue, 06 Jan 2009 23:41:28 -0800 (PST) Received: by 10.143.109.9 with HTTP; Tue, 6 Jan 2009 23:41:28 -0800 (PST) Message-ID: <47d0403c0901062341g75e55394j625302c1e387a0f6@mail.gmail.com> Date: Wed, 7 Jan 2009 02:41:28 -0500 From: "Ben Kaduk" To: "Manolis Kiagias" In-Reply-To: <49645B49.8020301@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4956903C.5060405@FreeBSD.org> <874p0f9dv7.fsf@kobe.laptop> <20090104203631.GA24306@melon.esperance-linux.co.uk> <87iqosgrva.fsf@kobe.laptop> <20090107065358.GA36732@melon.esperance-linux.co.uk> <49645B49.8020301@gmail.com> Cc: Gabor PALI , freebsd-doc@freebsd.org, Giorgos Keramidas Subject: Re: [RFC] A Handbook Section on Updating the Documentation Set X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 08:14:10 -0000 On Wed, Jan 7, 2009 at 2:35 AM, Manolis Kiagias wrote: > > There is a note in the synopsis of the 'Updating and Upgrading FreeBSD' > chapter that cvsup may be substituted by csup in the chapter's instructions. > Currently, cvsup has a "cvs mode" used to replicate entire repositories (and > not simply performing a checkout as csup does). This is mostly used by > developers though, and most handbook instructions use cvsup exactly like > csup. > AFAIK, there is an effort to introduce this functionality in csup too. CVSup > will then become redundant. Until then it will unfortunately keep causing > confusion to lots of people. Actually, the repository mode for csup hit the CURRENT tree a couple days ago ... -Ben Kaduk