NAnt SDK Documentation - v0.92

CheckoutTask.Revision Property

Specify the revision to checkout. This corresponds to the "sticky-tag" of the file.

[Visual Basic]
<StringValidator(AllowEmpty:=True, Expression:="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage:="null"), _  TaskAttribute(Name:="revision", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Revision As String
[C#]
[StringValidator(AllowEmpty=True, Expression="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage="null")]
[TaskAttribute(Name="revision", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Revision {get; set;}

See Also

CheckoutTask Class | NAnt.SourceControl.Tasks Namespace