Summary
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.
Syntax
[TaskAttribute("cvsfullpath", Required = false)]
public FileInfo CvsFullPath { get; set; }
Attributes
Type |
Description |
TaskAttributeAttribute |
Indicates that property should be treated as a XML attribute for the
task.
|
Value
Type |
Description |
FileInfo |
A full path (i.e. including file name) of your cvs binary:
On Windows: c:\vcs\cvs\cvs.exe
On *nix: /usr/bin/cvs
|