From owner-freebsd-commit Mon Oct 30 10:16:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA06719 for freebsd-commit-outgoing; Mon, 30 Oct 1995 10:16:09 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA06707 for cvs-all-outgoing; Mon, 30 Oct 1995 10:16:06 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA06697 for cvs-gnu-outgoing; Mon, 30 Oct 1995 10:16:04 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA06685 ; Mon, 30 Oct 1995 10:15:58 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id KAA20497; Mon, 30 Oct 1995 10:15:35 -0800 To: Poul-Henning Kamp cc: Peter Wemm , CVS-commiters@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/rcs/rlog rlog.1 rlog.c In-reply-to: Your message of "Mon, 30 Oct 1995 10:18:36 +0100." <2054.815044716@critter.tfs.com> Date: Mon, 30 Oct 1995 10:15:35 -0800 Message-ID: <20491.815076935@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.org Precedence: bulk > I don't think we should use "export" any more, and it should be simple for > Jordan to change it to a "co", though he may have to add a line or two > to avoid putting the CVS/ into the src dists. Actually, I'm half tempted to change it to a "copy" with some filtering since I'm just about tired of fielding requests from people who wish to build their own customized floppies but don't (understandably) have the CVS repository lying around.. It'd also save a LOT of time in my builds! I know that I can ensure the sanity of my /usr/src, and if other folks want to build floppies then I daresay they can to. The CVS checkout strikes me as an unecessary safety belt. Jordan