Add a root file if it does not already exist. If the root file already exists then it is NOT overwritten.
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);
Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace