SharpCvsLib

Manager.AddRoot Method

Add a root file if it does not already exist. If the root file already exists then it is NOT overwritten.

Overload List

Add a root file if it does not already exist. If the root file already exists then it is NOT overwritten.

public Root AddRoot(Root);

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

public Root AddRoot(WorkingDirectory,string,string);

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace