CvsPass.

ExecuteTask() Method

Summary

Update the .cvspass file with the given password. If the passfile is not specified then the default search locations are used:
  • CVS_PASSFILE/.cvspass
  • HOME/.cvspass
  • USERPROFILE/.cvspass TODO: Confirm that this is valid behavior or if it is going to give problems with the cvsnt implementation.
Assembly
NAnt.SourceControl.dll
Namespace
NAnt.SourceControl.Tasks
Containing Type
CvsPass

Syntax

protected override void ExecuteTask()

Return Value

Type Description
void