From owner-freebsd-questions Wed Jun 20 11:38:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 5CB3C37B40D for ; Wed, 20 Jun 2001 11:38:30 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-b104.otenet.gr [195.167.121.232]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f5KIcRS28544; Wed, 20 Jun 2001 21:38:28 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.3) id f5KIcQq05976; Wed, 20 Jun 2001 21:38:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 20 Jun 2001 21:38:25 +0300 (EEST) From: Giorgos Keramidas X-X-Sender: To: j mckitrick Cc: Subject: Re: best permissions for local CVS tree? In-Reply-To: <20010620035855.A88677@dogma.freebsd-uk.eu.org> Message-ID: <20010620213540.Y5913-100000@hades.hell.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Jun 2001, j mckitrick wrote: > > Here is a new problem. I have the CVS repo in /home/ncvs. I cvsupped it > with NO TAGS, so the ,v files all show HEAD revisions. I now want to get > the -current version of ONE file. > > cvs -R checkout -A src/sys/isa/ppcreg.h > and > cvs -R checkout -f src/sys/isa/ppcreg.h > both get non-current revisions. Well, you shouldn't do this with checkout. Just use `cvs update' to get a specific version. For instance: # cd /usr/src/sys/isa # cvs update -r HEAD ppcreg.h -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message