From owner-freebsd-hackers Sat Dec 14 16:43:19 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA05779 for hackers-outgoing; Sat, 14 Dec 1996 16:43:19 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA05755 for ; Sat, 14 Dec 1996 16:43:16 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id RAA26231; Sat, 14 Dec 1996 17:43:12 -0700 (MST) Date: Sat, 14 Dec 1996 17:43:12 -0700 (MST) Message-Id: <199612150043.RAA26231@rocky.mt.sri.com> From: Nate Williams To: "Brian N. Handy" Cc: John Polstra , Nate Williams , freebsd-hackers@freebsd.org Subject: Re: CVSup 14.0 is now available In-Reply-To: References: <199612142255.OAA23778@austin.polstra.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >> I created the file ~sup/src-sys/refuse.cvs with the following lines: > >> */pc98 > >> */pc98/* > >> src/sys/pc98 > >> src/sys/pc98/* > >> > >> But none of them work. How do I tell my client to not get the pc98 > >> files? > > John replies: > > >This ought to work. I tried it here with exactly the same setup, and it > >worked. Are you sure you're using version 14.0 of cvsup? Type "cvsup -v" > >to make sure. Duh, I wasn't running 14.0, but 13.5. I updated my binary (and centralized it) and it now works. > > A couple of people have gotten bitten by my change of installation > > directory to "/usr/local/bin". They still had the old version in > > "/usr/local/sbin" and it was first in their PATH. I had a version in $HOME/bin. > I just tried it, same result as nate. I killed my pc98 stuff, did the > above bit in the above file (actually just "*/pc98"), and ... I fetched > the whole thing all over again. Where did you add the refuse file, and what is it's name. Mine is ~sup/src-sys/refuse.cvs, and this seems to work fine. Nate > I verified I'm running cvsup-14.0. > > Here's the src-sys line from my supfile: > > src-sys release=cvs host=cvsup2.freebsd.org hostbase=/home > base=/usr/2.2-CURRENT prefix=/usr/2.2-CURRENT delete old use-rel-suffix > compress tag=RELENG_2_2 It may be possible that cvsup2 isn't yet running the new server. Nate