Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 1999 17:26:12 -0800 (PST)
From:      asami@FreeBSD.org (Satoshi Asami)
To:        bde@zeta.org.au
Cc:        dcs@newsguy.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, grog@lemis.com, peter@netplex.com.au
Subject:   Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c)
Message-ID:  <199903200126.RAA15634@silvia.hip.berkeley.edu>
In-Reply-To: <199903192331.KAA07299@godzilla.zeta.org.au> (message from Bruce Evans on Sat, 20 Mar 1999 10:31:00 %2B1100)
References:   <199903192331.KAA07299@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Bruce Evans <bde@zeta.org.au>

 * 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903200126.RAA15634>