From owner-freebsd-current@FreeBSD.ORG Mon Nov 15 08:53:59 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C79716A4CE for ; Mon, 15 Nov 2004 08:53:59 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C399B43D45 for ; Mon, 15 Nov 2004 08:53:58 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so502058rns for ; Mon, 15 Nov 2004 00:53:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dWDwT/RcwL34A3VU9IVgk9xzmhcWzAg5rDH9BwuG/RqsF89sKWZDi4CSQULHF+IcpUs418oxqPPZSlthkA0K2Zd1EZId37XMpAKoGQIM7qwWzZ8KYbC8G88UHqN9NzrWQIihqsaadPB3ioc4cTp71mdrC4sgfo03Fmc1W00xR+E= Received: by 10.38.206.14 with SMTP id d14mr396146rng; Mon, 15 Nov 2004 00:53:58 -0800 (PST) Received: by 10.38.8.55 with HTTP; Mon, 15 Nov 2004 00:53:58 -0800 (PST) Message-ID: Date: Mon, 15 Nov 2004 16:53:58 +0800 From: Jiawei Ye To: Kent Stewart In-Reply-To: <200411150040.45281.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200411150040.45281.kstewart@owt.com> cc: freebsd-current@freebsd.org Subject: Re: refuse file for cvsup being ignored X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 08:53:59 -0000 On Mon, 15 Nov 2004 00:40:45 -0800, Kent Stewart wrote: > On Sunday 14 November 2004 11:12 pm, Jiawei Ye wrote: > > In -current, the base for cvsup has been changed to /var/db per > > share/example/cvsup/ports-supfile. But setting "ports/INDEX*" in > > /var/db/sup/refuse does not work as advertised. cvsup still nukes my > > INDEX-5 when doing 'make update' in $PORTS_DIR. > > > > Any ideas? > > It won't download a new one. It just deletes the old one. It goes along with > removing INDEX[-5] from cvs. > > Kent Then we really need to update our cvsup man page: " The patterns are separated by whitespace, and multiple patterns are permitted on each line. Files and directories matching the patterns are neither updated nor deleted; they are simply ignored." The advertised behaviour is different from what actually happened. -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming