From owner-freebsd-hackers Sat Sep 27 08:30:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA27430 for hackers-outgoing; Sat, 27 Sep 1997 08:30:28 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA27418 for ; Sat, 27 Sep 1997 08:30:22 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id RAA11811; Sat, 27 Sep 1997 17:29:23 +0200 (MET DST) Date: Sat, 27 Sep 1997 17:29:23 +0200 (MET DST) Message-Id: <199709271529.RAA11811@bitbox.follo.net> From: Eivind Eklund To: "Jordan K. Hubbard" CC: hackers@FreeBSD.ORG In-reply-to: "Jordan K. Hubbard"'s message of Thu, 25 Sep 1997 11:23:40 -0700 Subject: Re: How do I check out a snapshot? References: <199709251416.XAA04104@word.smith.net.au> <2904.875211820@time.cdrom.com> Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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. In what way are release tags expensive? I've been thinking of using tags to make a commit a single operation instead of a bunch of changes just connected by the commit-log, and for storing meta-information for merges. With this and some merge-related tags (for storing meta-information) syncing RELENG_* and -current the way we want should become quite a bit easier. Are the tags so expensive this would be non-feasible? I thought they would be a comparatively cheap way of storing minor amounts of meta-information. Eivind.