SharpCvsLib

PathTranslator Constructor 

Constructor, parses out the orgainizational path response from the cvs server.

[Visual Basic]
Public Sub New( _
   ByVal workingDirectory As WorkingDirectory, _
   ByVal repositoryPath As String _
)
[C#]
public PathTranslator(
   WorkingDirectory workingDirectory,
   string repositoryPath
);

Parameters

workingDirectory
Contains information about the working repository.
repositoryPath
The relative path to the file served down from the cvs server.

See Also

PathTranslator Class | ICSharpCode.SharpCvsLib.FileSystem Namespace