SharpCvsLib

Manager.AddRoot Method (WorkingDirectory, String, String)

Create the root file in the local cvs directory. This file holds the details about the cvs root used in this sandbox.

[Visual Basic]
Overloads Public Function AddRoot( _
   ByVal workingDirectory As WorkingDirectory, _
   ByVal localPath As String, _
   ByVal repositoryPath As String _
) As Root
[C#]
public Root AddRoot(
   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 root file.

See Also

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