From owner-freebsd-questions@FreeBSD.ORG Mon Dec 29 22:29:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A66B81065673 for ; Mon, 29 Dec 2008 22:29:15 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 18B578FC1F for ; Mon, 29 Dec 2008 22:29:14 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl119-205.kln.forthnet.gr [77.49.238.205]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id mBTMT1ch015161 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Dec 2008 00:29:06 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id mBTMT0SK020823; Tue, 30 Dec 2008 00:29:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id mBTMSxZp020803; Tue, 30 Dec 2008 00:28:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Bruce Cran References: <20081229124558.43cefc56@gumby.homeunix.com> <200812292039.43242.masoom.shaikh@gmail.com> <20081229202717.GA78262@melon.esperance-linux.co.uk> <20081229214319.65a008a1@gluon> Date: Tue, 30 Dec 2008 00:28:59 +0200 In-Reply-To: <20081229214319.65a008a1@gluon> (Bruce Cran's message of "Mon, 29 Dec 2008 21:43:19 +0000") Message-ID: <87iqp2ipjo.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: mBTMT1ch015161 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.868, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.53, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Frank Shute , Masoom Shaikh , freebsd-questions@freebsd.org Subject: Re: local copy of handbook X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2008 22:29:16 -0000 On Mon, 29 Dec 2008 21:43:19 +0000, Bruce Cran wrote: > Are the docs branched? I tried running a csup with tag=RELENG_7 and > nothing got created; changing the line > > doc-all > > to > > doc-all tag=. > > fixed it and fetched all the docs. Hi Bruce, No, there are no release-specific branches to the doc/ tree. The 'HEAD' of the CVS repository is all there is. If you look at the CVS tag names, there _are_ a few old branches and experimental tags, but these are mostly left-overs from projects that are no longer active. The "tag=." run that you used should give you the latest documentation sources :-)