NAnt SDK Documentation - v0.92

CvsPass Class

Executes the cvs login command which appends or updates an entry to the specified .cvspass file.

For a list of all members of this type, see CvsPass Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.Task
         NAnt.SourceControl.Tasks.CvsPass

[Visual Basic]
<TaskName(Name:="cvs-pass")>
Public Class CvsPass
    Inherits Task
[C#]
[TaskName(Name="cvs-pass")]
public class CvsPass : Task

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

Update .cvspass file to include the NAnt anonymous login.

    
<cvs-pass cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant" 
     password="anonymous"
     passfile="C:\.cvspass" />
    
  

Requirements

Namespace: NAnt.SourceControl.Tasks

Assembly: NAnt.SourceControlTasks (in NAnt.SourceControlTasks.dll)

See Also

CvsPass Members | NAnt.SourceControl.Tasks Namespace