Subject: Re: Trouble checking out CVS src
To: NetBSD-current <current-users@netbsd.org>
From: Martin Weber <Ephaeton@gmx.net>
List: current-users
Date: 02/20/2002 22:19:33
On Thu, Feb 21, 2002 at 05:50:36AM +0000, Jack Morgan wrote:
> On Wed, Feb 20, 2002 at 07:09:13PM +0100, Xavier HUMBERT wrote:
> > 
> > Cvs works *much* better with SSH. I don't known why.
>  
> With ssh, what would be the commmand? I couldn't find it in the docs...
> 
> -- 
> jack_morgan					j-morgan@gol.com

export CVSROOT=anoncvs@anoncvs.netbsd.org:/cvsroot	(for bourne shells)
and
export CVS_RSH=ssh
or
setenv CVSROOT anoncvs@anoncvs.netbsd.org:/cvsroot	(for csh-shells)
and
setenv CVS_RSH ssh

after this you can use cvs like you're used to, although you don't need
to cvs login or logout. Just go ahead with update or checkout or whatever
you want to toy with :)

-Martin