Subject: Re: upgrading 2.99.14
To: None <rmk@rmkhome.com>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: current-users
Date: 03/30/2005 08:53:51
Rick Kelly wrote:
> If I do "cvs update -d -P" on a system running 2.99.14, what will I
> get?
> 
> 2.99.xx, 3.99.x, 3.x or what?

Depends what your sticky tags are in your working copy. To be sure
get rid of your existing sticky tags with -A. Run one of these:

cvs update -dPA			# 3.99.x
cvs update -dPA -r netbsd-3	# 3.x

Martti