Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2001 21:38:25 +0300 (EEST)
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        j mckitrick <jcm@freebsd-uk.eu.org>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: best permissions for local CVS tree?
Message-ID:  <20010620213540.Y5913-100000@hades.hell.gr>
In-Reply-To: <20010620035855.A88677@dogma.freebsd-uk.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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