Summary
The cvs root variable has the following components:
[protocol]:[username]@[servername]:[server path]
- protocol: ext, pserver, ssh (sharpcvslib); if you are not using sharpcvslib consult your cvs documentation.
- username: [username]
- servername: cvs.sourceforge.net
- server path: /cvsroot/nant
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- AbstractCvsTask
Syntax
[TaskAttribute("cvsroot", Required = false)]
[StringValidator(AllowEmpty = false)]
public override string Root { get; set; }
Examples
NAnt anonymous cvsroot:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant
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 |