NAnt SDK Documentation - v0.92

AbstractCvsTask Fields

The fields of the AbstractCvsTask class are listed below. For a complete list of AbstractCvsTask class members, see the AbstractCvsTask Members topic.

Protected Static (Shared) Fields

CvsExe The name of the cvs executable.
CvsHome An environment variable that holds path information about where cvs is located.
CvsPassfile Name of the password file that cvs stores pserver cvsroot/ password pairings.
CvsRsh Environment variable that holds the executable name that is used for ssh communication.
DefaultCompressionLevel The default compression level to use for cvs commands.
DefaultQuiet Default value for the quiet command.
DefaultReallyQuiet Default value for the really quiet command.
DefaultRecursive Default value for the recursive directive. The default is false.
DefaultUseSharpCvsLib The default use of binaries, defaults to use sharpcvs.
SharpCvsExe The temporary name of the sharpcvslib binary file, to avoid conflicts in the path variable.
UseSharpCvsLibProp Property name used to specify on a project level whether sharpcvs is used or not.

See Also

AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace