From owner-freebsd-hackers Thu Sep 25 11:24:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA03519 for hackers-outgoing; Thu, 25 Sep 1997 11:24:18 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA03514 for ; Thu, 25 Sep 1997 11:24:16 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id LAA02907; Thu, 25 Sep 1997 11:23:40 -0700 (PDT) To: Mike Smith cc: Greg Lehey , FreeBSD Hackers Subject: Re: How do I check out a snapshot? In-reply-to: Your message of "Thu, 25 Sep 1997 23:46:17 +0930." <199709251416.XAA04104@word.smith.net.au> Date: Thu, 25 Sep 1997 11:23:40 -0700 Message-ID: <2904.875211820@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > You don't. Due to the nature of the distributed CVS repository, there > is a window where even the exact time of checkout for the snapshot > build might leave you out of sync. The only way around this would be > for the snap to be built from a tree directly checked out from the > master repository. Jordan does this for the for-CDROM versions, I > think. Yes, I tag and then I build from that tag after resyncronizing my local repository. Unfortunately, tags are expensive and you don't just lay them down for fun. Jordan