NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
AbstractCvsTask.Root Property
[This is preliminary documentation and subject to change.]
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
[Visual Basic]<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=False, Name:="cvsroot", ExpandProperties:=True, ProcessXml:=True)>
Overrides Public Property Root As
String [C#][StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=False, Name="cvsroot", ExpandProperties=True, ProcessXml=True)]
public override
string Root {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.AbstractCvsTask.Root
Example
NAnt anonymous cvsroot:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant
See Also
AbstractCvsTask Class | NAnt.SourceControl.Tasks Namespace