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