SharpCvsLib

Repository Constructor 

Create a new repository object taking the path to the folder above the CVS directory and the line to enter into the repository file. The repository file stores the relative path to the directory from the server's perspective.

[Visual Basic]
Public Sub New( _
   ByVal path As String, _
   ByVal line As String _
)
[C#]
public Repository(
   string path,
   string line
);

Parameters

path
The path to the directory above the CVS directory.
line
The line to enter into the repository file.

See Also

Repository Class | ICSharpCode.SharpCvsLib.FileSystem Namespace