info-cvs
[Top][All Lists]
Advanced

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

Re: Possible Spam: Re: CVS and SSH V2


From: Russ Sherk
Subject: Re: Possible Spam: Re: CVS and SSH V2
Date: Thu, 7 Jul 2005 08:16:27 -0400

On 7/6/05, Derek Price <address@hidden> wrote:
> Derek Price wrote:
> 
> >Also, specifying a port number to the :ext: method will be ignored at
> >best.  (it wouldn't be hard to add support for it, but no one has done so).
> >
> >
> 
> Excuse me - it would be hard to do in a general way using the current
> CVSROOT conventions since the -p option is not supported by rsh, only
> ssh.  At least, then specifying a port for rsh would no longer be
> ignored but would probably cause errors.
> 
> You can stuff the port number into an ssh wrapper script or into your
> ~/.ssh/config file for the CVS server if you need to.  Trying to stuff
> it into CVS_RSH will break, though adding support for this shouldn't be
I think you can put the port into CVS_RSH.  Here is mine on winXP using plink:
--------
Z:\>echo %CVS_RSH%
"d:\Tools\plink.exe" -ssh -pw "xxxxxx"
Z:\>echo %CVSROOT%
:ext:address@hidden:/var/cvs
-------
Does this not work on linux?

I don't use the port (-P <port> for plink) but the other optons work fine.
> too hard using the GNULIB argument parsing module (argv?  argz?
> command-line?  something like that), at least on feature, if anyone
> wanted to write and submit a patch.
> 
> Cheers,
> 
> Derek
> 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/info-cvs
> 
--Russ




reply via email to

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