From owner-freebsd-questions@FreeBSD.ORG Sun Jan 11 00:37:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F45C16A4D0; Sun, 11 Jan 2004 00:37:58 -0800 (PST) Received: from smithers.nildram.co.uk (smithers.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD1343D5D; Sun, 11 Jan 2004 00:37:56 -0800 (PST) (envelope-from nullentropy@lineone.net) Received: from lineone.net (orbital.gotadsl.co.uk [81.6.215.230]) by smithers.nildram.co.uk (Postfix) with ESMTP id 277BB24D83A; Sun, 11 Jan 2004 08:33:56 +0000 (GMT) Message-ID: <40010A71.9040809@lineone.net> Date: Sun, 11 Jan 2004 08:33:53 +0000 From: Robert Downes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040106 X-Accept-Language: en, fr, en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CVSup checkout mode for FreeBSD doc tree X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2004 08:37:58 -0000 The quick start instructions for the FreeBSD documentation project say 2. Get a local copy of the FreeBSD doc tree. Either use CVSup in checkout mode to do this, or get a full copy of the CVS repository locally. I have, so far, used CVSup to reconcile sources and ports and docs, but I'm confused now. According to the man page for CVSup, checkout mode is not the default, and will only be used if a tag or a date are specified. If I want to obey the instruction from the documentation project, what do I want to do with my /etc/cvsupfile if mine currently looks like this: *default host=cvsup.uk.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_5_2 *default delete use-rel-suffix src-all *default tag=. ports-all doc-all At the moment, the doc section does not seem to have a tag, so does that mean I'm not using checkout mode to update my doc tree? -- Bob