From owner-freebsd-current Tue Apr 22 14:26:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA06728 for current-outgoing; Tue, 22 Apr 1997 14:26:34 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA06713; Tue, 22 Apr 1997 14:26:25 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA27401; Tue, 22 Apr 1997 14:23:38 -0700 From: Terry Lambert Message-Id: <199704222123.OAA27401@phaeton.artisoft.com> Subject: Re: What's the deal with cc? To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Tue, 22 Apr 1997 14:23:37 -0700 (MST) Cc: terry@lambert.org, gpalmer@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <199704221713.CAA16591@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Apr 23, 97 02:43:42 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Next question: how do I pull down /usr/src/gnu without pulling > > down all of the !$%#! useless Attic files? That's 30M of useless > > crap, given the code duplication. > > Try a refuse file in src-gnu with a pattern like > > *Attic* > > in it. See the cvsup manpage section on refuse files. Well, the man page is not bvery useful, but I set the refuse pattern and it worked (mostly). You apparently *must* use a wildcard in the pattern (real pain). There are still some Attic files it graps, though... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.