From owner-cvs-all Fri Mar 19 17:26:41 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id B16BF152ED; Fri, 19 Mar 1999 17:26:38 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA23053; Fri, 19 Mar 1999 17:26:17 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA15634; Fri, 19 Mar 1999 17:26:12 -0800 (PST) Date: Fri, 19 Mar 1999 17:26:12 -0800 (PST) Message-Id: <199903200126.RAA15634@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: bde@zeta.org.au Cc: dcs@newsguy.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, grog@lemis.com, peter@netplex.com.au In-reply-to: <199903192331.KAA07299@godzilla.zeta.org.au> (message from Bruce Evans on Sat, 20 Mar 1999 10:31:00 +1100) Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) From: asami@FreeBSD.org (Satoshi Asami) References: <199903192331.KAA07299@godzilla.zeta.org.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Bruce Evans * It seems to work now. HEAD now means the head of everything, at least * for `cvs diff -r HEAD'. I think it always meant that in other contexts. Really? It doesn't seem to work here.... === >> cvs --version Concurrent Versions System (CVS) 1.9.26 (client/server) Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS >> cvs log -h swap_pager.c | grep head head: 1.116 >> cvs status swap_pager.c =================================================================== File: swap_pager.c Status: Up-to-date Working revision: 1.107 Mon Jan 11 07:14:39 1999 Repository revision: 1.107 /usr/cvs/src/sys/vm/swap_pager.c,v Sticky Tag: RELENG_3 (branch: 1.107.2) Sticky Date: (none) Sticky Options: (none) >> cvs diff -u -rHEAD swap_pager.c | wc 0 0 0 >> cvs diff -u -r1.116 swap_pager.c | wc 3029 13347 81047 === * The cvs maintainers ventured into this quagmire in rev.1.11 (and got it * wrong by considering dead files to be on the HEAD). Dead head? Kinda rhymes, huh? :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message