Subject: Re: tag for 1.6 branch
To: None <current-users@netbsd.org>
From: Martin Weber <Ephaeton@gmx.net>
List: current-users
Date: 10/02/2002 12:07:46
On Wed, Oct 02, 2002 at 03:58:21AM -0600, Rick Kelly wrote:
> 
> What is the correct tag for the netbsd-1-6 branch?

netbsd-1-6

> 
> #frog env | grep CVSROOT
> CVSROOT=:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot
> frog# pwd
> /usr
  ^^^^
> frog# cvs login
> (Logging in to anoncvs@anoncvs.netbsd.org)
> CVS password: 
> frog# cvs update -d -P -rnetbsd-1-6 src
            ^^^^^^

Should use checkout instead, the tag you supplied
is fine.

-Martin