Summary
The root variable contains information on how to locate a repository. Although this information is in different formats it typically must define the following:
server locationprotocol used to communicate with the repositoryrepository location on the serverproject location in the repository- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- Abstract
Source Control Task
Syntax
[StringValidator(AllowEmpty = false)]
public virtual string Root { get; set; }
Attributes
Type | Description |
---|---|
String |
Used to indicate whether a string property should allow
an empty string value or not.
|
Value
Type | Description |
---|---|
string |