From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 09:32:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBCB16A4B3 for ; Mon, 22 Sep 2003 09:32:50 -0700 (PDT) Received: from arthur.silvertree.org (arthur.silvertree.org [64.139.44.194]) by mx1.FreeBSD.org (Postfix) with SMTP id A741343FF5 for ; Mon, 22 Sep 2003 09:32:46 -0700 (PDT) (envelope-from archon-sender-7e5359@silvertree.org) Received: (qmail 74776 invoked from network); 22 Sep 2003 16:32:46 -0000 Received: from localhost.silvertree.org (HELO arthur.silvertree.org) (127.0.0.1) by localhost.silvertree.org with SMTP; 22 Sep 2003 16:32:46 -0000 Received: by arthur.silvertree.org (tmda-sendmail, from uid 1001); Mon, 22 Sep 2003 09:32:46 -0700 (PDT) Date: Mon, 22 Sep 2003 09:32:45 -0700 To: freebsd-questions@freebsd.org Message-ID: <20030922163245.GA74744@silvertree.org> References: <001501c38124$889640e0$04fea8c0@moe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501c38124$889640e0$04fea8c0@moe> User-Agent: Mutt/1.4.1i From: Scott Schappell Mail-Followup-To: freebsd-questions@freebsd.org X-Delivery-Agent: TMDA/0.83 (Iron Liege) Subject: Re: Cvsup refuse confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scott Schappell List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 16:32:50 -0000 The refuse file goes in /usr/local/etc/cvsup/sup/refuse as mentioned in the handbook at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Section A.5.3.1 "The refuse file essentially tells *CVSup* that it should not take every single file from a collection; in other words, it tells the client to /refuse/ certain files from the server. The refuse file can be found (or, if you do not yet have one, should be placed) in /base//sup/. /base/ is defined in your supfile; by default, /base/ is /usr/local/etc/cvsup, which means that by default the refuse file is /usr/local/etc/cvsup/sup/refuse." Cheers