NAnt SDK Documentation - v0.92 |
|
ChangeLogTask.Root Property
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
If the cvsroot is not specified then the directory specified by the DestinationDirectory attribute is searched for CVS\Root.
[Visual Basic]<TaskAttribute(Name:="cvsroot", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overrides Public Property Root As
String [C#][TaskAttribute(Name="cvsroot", Required=False, ExpandProperties=True, ProcessXml=True)]
public override
string Root {get; set;}
Example
NAnt anonymous cvsroot:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant
See Also
ChangeLogTask Class | NAnt.SourceControl.Tasks Namespace