Summary
The revision to checkout. If no revision is specified then subversion
will return the
HEAD
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Svn - Containing Type
- SvnCheckoutTask
Syntax
[TaskAttribute("revision", Required = false)]
public string Revision { get; set; }
Remarks
A revision argument can be one of:
NUMBER revision number
"{" DATE "}" revision at start of the date
"HEAD" latest in repository
"BASE" base rev of item's working copy
"COMMITTED" last commit at or before BASE
"PREV" revision just before COMMITTED
Attributes
Type | Description |
---|---|
TaskAttribute |
Value
Type | Description |
---|---|
string |