NAnt SDK Documentation - v0.92

CvsPass.ExecuteTask Method 

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.

[Visual Basic]
Overrides Protected Sub ExecuteTask()
[C#]
protected override void ExecuteTask();

See Also

CvsPass Class | NAnt.SourceControl.Tasks Namespace