bug-cvs
[Top][All Lists]
Advanced

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

Re: CVS changes


From: Ingolf Steinbach
Subject: Re: CVS changes
Date: Thu, 20 Nov 2003 09:09:32 +0100
User-agent: KMail/1.5.2

On Thursday 20 November 2003 00:25, Blake McBride wrote:
> I use cvs with -d :ext:...
> I set CVS_RSH=ssh
> This doesn't work because I use an unusual port for SSH.
> If I set CVS_RSH="ssh -p 2000"
> then it doesn't work because the way you process CVS_RSH
> makes it act like a single command with spaces instead of a
> command with two arguments.

Hi Blake.

You can also achieve this by adding an entry to your
${HOME}/.ssh/config file, e.g.:

Host my_cvs_server
    HostName cvs.foo.bar
    Port 2000

and then
export CVS_RSH=ssh
export CVSROOT=":ext:my_cvs_server:/cvsroot"

Kind regards

    Ingolf
-- 

Ingolf Steinbach                       Jena-Optronik GmbH
ingolf.steinbach@jena-optronik.de       ++49 3641 200-147
PGP: 0x7B3B5661  213C 828E 0C92 16B5  05D0 4D5B A324 EC04





reply via email to

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