NAnt SDK Documentation - v0.92 |
|
CvsPass.Root Property
The repository root string.
[Visual Basic]
<TaskAttribute(Name:="cvsroot", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Root As
String
[C#]
[TaskAttribute(Name="cvsroot", Required=False, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string Root {get; set;}
See Also
CvsPass Class | NAnt.SourceControl.Tasks Namespace