NAnt SDK Documentation - v0.85-nightly-2005-11-09

ChangeLogTask.Root Property

[This is preliminary documentation and subject to change.]

The cvs root variable has the following components:

[protocol]:[username]@[servername]:[server path]

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

[Visual Basic]
<TaskAttribute(Required:=False, Name:="cvsroot", ExpandProperties:=True, ProcessXml:=True)>
Overrides Public Property Root As String
[C#]
[TaskAttribute(Required=False, Name="cvsroot", ExpandProperties=True, ProcessXml=True)]
public override string Root {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.ChangeLogTask.Root

Example

NAnt anonymous cvsroot:

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

See Also

ChangeLogTask Class | NAnt.SourceControl.Tasks Namespace