[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS_RSH and Flags?
|
From: |
sk |
|
Subject: |
CVS_RSH and Flags? |
|
Date: |
Sun, 2 Dec 2007 23:16:23 +0100 (CET) |
|
User-agent: |
SquirrelMail/1.4.9a |
Hi,
I just noticed that CVS_RSH throws a failiure if feed with a port argument
to ssh. In Rsync it works hapily.(Ok, it's called RSYNC_RSH, but you get
the point) Any chances to enable ports in CVS_RSH?
export CVS_RSH="ssh -p 4242"
,cvs -t -d :ext:address@hidden:/usr/cvs co .
-> main loop with CVSROOT=:ext:address@hidden:/usr/cvs
-> safe_location( where=(null) )
-> Starting server: ssh -p 2323 -l foo www.domain.com cvs server
cvs [checkout aborted]: cannot exec ssh -p 2323: No such file or directory
-> Lock_Cleanup()
cvs [checkout aborted]: received broken pipe signal
-> Lock_Cleanup()
1.11.17-FreeBSD (client/server)
1.12.13 (client/server)
Best regards
SK
- CVS_RSH and Flags?,
sk <=