I have not found any way to put an alternate RSH for CVS in IDEA. In mean you can do this by adding the following
line (for example) to the IDEA startup script (under Linux) :
export CVS_RSH=/usr/bin/ssh
but I cannot found that in the UI. Would be useful.
Thanks
It is a problem (is it really that much of a problem?) with CVS. It
only takes RSH from environment so that is the only way to change it.
The solution for you could be to create a two-line shell script which
sets the RSH environment var and then calls cvs with all parameters
passed to it. Then in IDEA's CVS props dialog set 'path to cvs client'
to point to that shell script and you are done.
fedor.
C?dric Champeau wrote:
I have not found any way to put an alternate RSH for CVS in IDEA. In mean you can do this by adding the following
line (for example) to the IDEA startup script (under Linux) :
export CVS_RSH=/usr/bin/ssh
but I cannot found that in the UI. Would be useful.
Thanks