Subject: Re: CVS assistance
To: Hinojosa Rafael Alejandro <rhinojos@haverford.edu>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-sparc
Date: 05/21/2002 23:49:44
On Tue, May 21, 2002 at 05:39:06PM -0400, Hinojosa Rafael Alejandro wrote:
>
> So, I've decided on using CVS to updates.
>
> I setup the 2 variables for anoncvs over ssh.
>
> rhine# setenv CVSROOT anoncvs@anoncvs.netbsd.org:/cvsroot
> rhine# echo $CVSROOT
> anoncvs@anoncvs.netbsd.org:/cvsroot
> rhine# setenv CVS_RSH ssh
> rhine# echo $CVS_RSH
> ssh
>
> I wanted to use CVS to update pkgsrc and possibly even get around to
> updating my kernel.
>
> rhine# cd pkgsrc
> rhine# ls
> CVS cad editors licenses parallel textproc
> Makefile chat emulators mail pkglocate time
> Packages.txt comms finance math pkgtools wm
> README converters fonts mbone plan9 www
> TODO corba games meta-pkgs print x11
> archivers cross graphics misc security
> audio databases ham mk shells
> benchmarks devel japanese net sysutils
> biology distfiles lang news templates
> rhine# cvs update -d -P
> Secure connection to anoncvs.netbsd.org refused.
> cvs [update aborted]: end of file from server (consult above messages if
> any)
> rhine# pwd
> /usr/pkgsrc
>
> What gives? I'm betting that I'm probably missing a step somewhere.
Please try again, or try a different mirror (change CVSROOT and
run cvs -d $CVSROOT ... to overring what's in the CVS/* files).
--
Manuel Bouyer <bouyer@antioche.eu.org>
--