NAnt SDK Documentation - v0.85-nightly-2005-11-09

AbstractCvsTask.CvsRsh Field

[This is preliminary documentation and subject to change.]

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";

Remarks

Missing <remarks> documentation for F:NAnt.SourceControl.Tasks.AbstractCvsTask.CvsRsh

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace