| AbstractCvsTask |
A base class for creating tasks for executing CVS client commands on a
CVS repository.
|
| AbstractSourceControlTask |
A base class for creating tasks for executing CVS client commands on a
CVS repository.
|
| ChangeLogTask |
Produces an XML report that represents the cvs changes from the given
start day, to a given end date.
|
| CheckoutTask |
Checks out a CVS module to the required directory.
|
| CvsFileSet |
A NAnt.SourceControl.Types.CvsFileSet is a NAnt.Core.Types.FileSet with extra
attributes useful in the context of the NAnt.SourceControl.Tasks.CvsTask.
|
| CvsPass |
Executes the cvs login command which appends or updates an entry to the
specified .cvspass file.
|
| CvsTask |
Executes the cvs command specified by the command attribute.
|
| ExportTask |
Exports a cvs module in preparation for a release (i.e. the CVS version
folders are not exported).
|
| RTagTask |
Tags all sources in the remote repository with a given tag.
|
| TagTask |
Tags all local sources with the specified tag.
|
| UpdateTask |
Updates a CVS module in a local working directory.
|