Subject: Re: cvs again
To: None <rmk@rmkhome.com>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: current-users
Date: 05/23/2003 02:33:28
On Thu, May 22, 2003 at 11:37:28PM -0600, Rick Kelly wrote:
> 
> How is it supposed to work with ssh?
> 
> I tried this:
> 
> env:
> 
> CVSROOT=anoncvs@anoncvs.netbsd.org:/cvsroot
> CVS_RSH=ssh
> 
> wolf# pwd                            
> /usr
> wolf# ssh anoncvs@anoncvs.netbsd.org cvs update -d -P src

Why do you expect this to work?  How do you expect a cvs client
running *on the anoncvs server* to write your local filesystem?

Thor