NAnt SDK Documentation - v0.92

AbstractCvsTask.CvsFullPath Property

The full path to the cvs binary used. The cvs tasks will attempt to "guess" the location of your cvs binary based on your path. If the task is unable to resolve the location, or resolves it incorrectly this can be used to manually specify the path.

[Visual Basic]
<TaskAttribute(Name:="cvsfullpath", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property CvsFullPath As FileInfo
[C#]
[TaskAttribute(Name="cvsfullpath", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo CvsFullPath {get; set;}

Property Value

A full path (i.e. including file name) of your cvs binary: On Windows: c:\vcs\cvs\cvs.exe On *nix: /usr/bin/cvs

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace