ChangeLogTask.

Root Property

Summary

The cvs root variable has the following components:

[protocol]:[username]@[servername]:[server path]
  • protocol: ext, pserver, ssh (sharpcvslib); if you are not using sharpcvslib consult your cvs documentation.
  • username: [username]
  • servername: cvs.sourceforge.net
  • server path: /cvsroot/nant

If the cvsroot is not specified then the directory specified by the NAnt.SourceControl.Tasks.AbstractSourceControlTask.DestinationDirectory attribute is searched for CVS\Root.

Syntax

[TaskAttribute("cvsroot", Required = false)]
public override string Root { get; set; }

Examples

NAnt anonymous cvsroot:

:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string