info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs --> ssh


From: Mike Castle
Subject: Re: cvs --> ssh
Date: Thu, 1 Nov 2001 13:16:19 -0800
User-agent: Mutt/1.3.23i

On Thu, Nov 01, 2001 at 10:22:08PM +0100, SaPeR wrote:
> how to connect to a remote cvs server using ssh
> (i tried with sth like this but it didn't work:
> cvs -d:ext:address@hidden:/directory/on/the/server checkout modul
> export CVS_RSH=ssh ) ?

Just to verify:
You did to the export CVS_RSH=ssh _before_ the cvs command, correct?

Outside of that, what if you try a space between -d and :ext:?

Also, consider adding -t to cvs to trace what it's doing.  It might point
out an obvious configuration error.

cvs -t -d :ext:address@hidden:/directory/on/the/server checkout module

mrc
-- 
     Mike Castle      address@hidden      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]