Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 1997 09:51:36 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        hackers@FreeBSD.ORG, julian@whistle.com
Subject:   Re: CVS guru's only
Message-ID:  <199705072351.JAA25160@godzilla.zeta.org.au>

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

Short answer: don't do that.  cvs doesn't really support development on
branches.

If you must, try somewthing like:

	cvs co -r RELENG_2_2 src
	cd src
	cvs update -j RELENG_2_2 -j RELENG_2_2:'25 Dec 1996'

Bruce



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