From owner-freebsd-hackers Thu Sep 25 03:18:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA09687 for hackers-outgoing; Thu, 25 Sep 1997 03:18:05 -0700 (PDT) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA09673 for ; Thu, 25 Sep 1997 03:17:48 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id TAA01162; Thu, 25 Sep 1997 19:45:06 +0930 (CST) Message-Id: <199709251015.TAA01162@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Greg Lehey cc: FreeBSD Hackers Subject: Re: How do I check out a snapshot? In-reply-to: Your message of "Sat, 20 Sep 1997 12:42:35 +0930." <19970920124235.58941@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 Sep 1997 19:45:04 +0930 From: Mike Smith Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have the CVS tree here on my system, and I know we've just done a > snap, but I see nothing in the tree to help me determine where, when > or what it is. What do I need to do? cvs co -D src, then build the release as usual. Snaps aren't tagged, as this'd fill the tree with more junk and greatly increase the CTM and CVSup traffic. mike