SharpCvsLib

Manager.AddRepository Method (WorkingDirectory, String, String)

Create the repository file in the cvs sub directory of the current working directory.

[Visual Basic]
Overloads Public Function AddRepository( _
   ByVal workingDirectory As WorkingDirectory, _
   ByVal localPath As String, _
   ByVal repositoryPath As String _
) As Repository
[C#]
public Repository AddRepository(
   WorkingDirectory workingDirectory,
   string localPath,
   string repositoryPath
);

Parameters

workingDirectory
Holds information about the current path and cvs root.
localPath
The local path response sent down from the server.
repositoryPath
The path to the file name on the server.

Return Value

The object contents of the newly created repository file.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Manager.AddRepository Overload List