NAnt SDK Documentation - v0.92

AbstractCvsTask.CvsRsh Field

Environment variable that holds the executable name that is used for ssh communication.

[Visual Basic]
Protected Const CvsRsh As String = "CVS_RSH"
[C#]
protected const string CvsRsh = "CVS_RSH";

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace