NAnt SDK Documentation - v0.92

UpdateTask.Recursive Property

Specifies if the command should be executed recursively. The default is true.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="recursive", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property Recursive As Boolean
[C#]
[TaskAttribute(Required=False, Name="recursive", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool Recursive {get; set;}

Remarks

The -R option is on by default in cvs.

See Also

UpdateTask Class | NAnt.SourceControl.Tasks Namespace