Summary
    Specify the revision to checkout.  This corresponds to the "sticky-tag"
    of the file.
    
		- Assembly
 - NAnt
.SourceControl .dll  - Namespace
 - NAnt
.SourceControl .Tasks  - Containing Type
 - CheckoutTask
 
Syntax
[TaskAttribute("revision", Required = false)]
[StringValidator(AllowEmpty = true, Expression = @"^[A-Za-z0-9][A-Za-z0-9._\-]*$")]
public string Revision { get; set; }
	Attributes
| Type | Description | 
|---|---|
| Task | 
						Indicates that property should be treated as a XML attribute for the task. | 
| String | 
						
    Used to indicate whether a string property should allow 
    an empty string value or not.
     | 
					
Value
| Type | Description | 
|---|---|
| string | 
