NAnt SDK Documentation - v0.92

AbstractCvsTask.SharpCvsExe Field

The temporary name of the sharpcvslib binary file, to avoid conflicts in the path variable.

[Visual Basic]
Protected Const SharpCvsExe As String = "scvs.exe"
[C#]
protected const string SharpCvsExe = "scvs.exe";

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace