From owner-freebsd-hackers Thu May 8 11:13:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA11072 for hackers-outgoing; Thu, 8 May 1997 11:13:48 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11065 for ; Thu, 8 May 1997 11:13:45 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id LAA19851; Thu, 8 May 1997 11:08:10 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd019846; Thu May 8 18:08:04 1997 Message-ID: <3372167B.48EE4166@whistle.com> Date: Thu, 08 May 1997 11:07:55 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: John Hay CC: Ollivier Robert , hackers@FreeBSD.ORG Subject: Re: CVS guru's only References: <199705080530.HAA10611@zibbi.mikom.csir.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Exactly.. it doesn't work. I haven't worked out why.. hmmmm isn't there a way to make cvs apply an RCS command to the entire tree? mabe that could be done.. (I think RCS) can actually do it. CVS can actually do it internally becaus the -j option allows it.. the limitation in update is just some stupid artifact. (what I ended up doing BTW is: cvs checkout -r RELENG_2_2 cvs update -D because the tags were sticky it seems to have stayed on the 2.2 branch. julian John Hay wrote: > > > According to Julian Elischer: > > > ok, so I have a branch on the cvs tree > > > (say called RELENG_2_2) > > > and I want to check out that branch as it was on Dec 25 1996. > > > HOW DO I DO THAT? > > > > I'd say: > > > > cvs co -r RELENG_2_2 -D '12/25/96 00:00 PST' src > > > > The tag will be sticky (i.e. will be retained through cvs update). > > -- > > Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr > > FreeBSD keltia.freenix.fr 3.0-CURRENT #8: Wed May 7 13:25:41 CEST 1997 > > > > Are you sure about this? My experiments show that it does not work (it > ignore one of the two) and "cvs co -H" give the usage as: > ==== > zibbi:~ # cvs co -H > Usage: > cvs checkout [-ANPcflnps] [-r rev | -D date] [-d dir] [-k kopt] modules... > ....