Subject: Re: cvsweb down?
To: Aaron J. Grier <agrier@poofygoof.com>
From: Mike Pelley <mike@pelley.com>
List: current-users
Date: 08/13/2000 21:51:52
> cvsweb.netbsd.org is responding to pings, but I can't seem to establish
> http to it.
>
> I'm trying to verify that my cvs update is tracking -current instead of
> -release. (update -r HEAD?)
cvsweb does seem to be down. For my purposes in the interim, the FreeBSD
cvsweb for the NetBSD source tree was fine - it's available at
http://www.freebsd.org/cgi/cvsweb.cgi?cvsroot=netbsd
As for update, I think if you do a "cvs update -A -d -P" you're guaranteed
the main branch. The -A resets all tags on your checkout which should
ensure you get the latest version (i.e. -current) not on a branch.
CU! Mike.