On 7/6/05, Derek Price <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]:/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 > [email protected] > http://lists.gnu.org/mailman/listinfo/info-cvs > --Russ _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
