NAnt SDK Documentation - v0.92

CvsTask Class

Executes the cvs command specified by the command attribute.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.Task
         NAnt.Core.Tasks.ExternalProgramBase
            NAnt.SourceControl.Tasks.AbstractSourceControlTask
               NAnt.SourceControl.Tasks.AbstractCvsTask
                  NAnt.SourceControl.Tasks.CvsTask

[Visual Basic]
<TaskName(Name:="cvs")>
Public Class CvsTask
    Inherits AbstractCvsTask
[C#]
[TaskName(Name="cvs")]
public class CvsTask : AbstractCvsTask

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

Checkout NAnt.

    
<cvs command="checkout" 
     destination="c:\src\nant\" 
     cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant" 
     module="nant" />
    
  

Requirements

Namespace: NAnt.SourceControl.Tasks

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

See Also

CvsTask Members | NAnt.SourceControl.Tasks Namespace