On Wed, Dec 15, 1999 at 09:18:19AM +0100, Nils Lohner elucidated:
>   Well, that's exactly what I'm trying to do but according to the cvs -t 
> output, the script I tell it to use is ignored:
> ~ > cvs -t -d :ext:lohner@localhost:/cvs co -c
> cvs checkout: notice: main loop with CVSROOT=:ext:lohner@localhost:/cvs
>  -> Starting server: ssh localhost -l lohner cvs server
> 
> It just sticks to plain SSH for some reason- the above example was jsut to 
> show that it ignored the var and used just 'ssh' instead.  Maybe the cvs -t 
> ourput is wrong?  But I don't think so: I don'e see it connecting ot the 
> tunnel when I do pass it a proper script.  I have no ~/.cvsrc file, and no 
> other place I can think of would override it.
> 
> ~ > uname -a
> SunOS bernin 5.7 Generic_106541-02 sun4m sparc SUNW,SPARCstation-5
> ~ > gcc --version
> 2.95.1
> ~ > cvs --version
> Concurrent Versions System (CVS) 1.10.7 (client/server)
> 
> 
> Nils.
> 


When I did it, I didn't try to use ssh to the CVS server.  I assume you
are trying to connect to CVS server from your client.  Then you just 
set CVS_RSH variable and use the :ext: stuff for the root and use cvs as
you normally would.  The cvs client will invoke ssh and communicate with
the server, not the other way around.   

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dale Harris  <[EMAIL PROTECTED]>   GPG key: 372FBD57    http://www.maybe.org/
                  Maybe is an Ambivalent Yet Beguiling Enigma

Reply via email to