From owner-freebsd-stable Fri Jun 14 17:33:42 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA05970 for stable-outgoing; Fri, 14 Jun 1996 17:33:42 -0700 (PDT) Received: from rich.isdn.bcm.tmc.edu (root@RICH.ISDN.BCM.TMC.EDU [128.249.250.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA05963 for ; Fri, 14 Jun 1996 17:33:40 -0700 (PDT) Received: from richc.isdn.bcm.tmc.edu (root@richc.isdn.bcm.tmc.edu [128.249.250.37]) by rich.isdn.bcm.tmc.edu (8.7.5/8.6.12) with ESMTP id TAA02530 for ; Fri, 14 Jun 1996 19:33:38 -0500 (CDT) Received: (rich@localhost) by richc.isdn.bcm.tmc.edu (8.7.5/8.6.12) id TAA09953; Fri, 14 Jun 1996 19:33:36 -0500 (CDT) Date: Fri, 14 Jun 1996 19:33:36 -0500 (CDT) Message-Id: <199606150033.TAA09953@richc.isdn.bcm.tmc.edu> From: Rich Murphey To: stable@FreeBSD.org Subject: how to check out old snapshots of -stable Reply-to: rich@rich.isdn.bcm.tmc.edu Sender: owner-stable@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Just in case anyone is interested in checking out old snapshots of the -stable sources, here's one way: cvs co -r RELENG_2_1_0_RELEASE sys cvs update -jRELENG_2_1_0_RELEASE -j'RELENG_2_1_0:1/7/96' sys Note that you start with RELENG_2_1_0_RELEASE rather than RELENG_2_1_0. If you start with RELENG_2_1_0 you end up with today's (7/13/96) version of those files which were tagged but not modified as of 1/7/96 on the RELENG_2_1_0 branch, such as sys/sys/types.h. Thanks to Peter and Rod for helping sort this out!! Rich