Add a tag file if it does not already exist. If the tag file already exists then it is NOT overwritten.
Add a tag file if it does not already exist. If the tag file already exists then it is NOT overwritten.
public Tag AddTag(Tag);
Create the root file in the local cvs directory. This file holds the details about the cvs root used in this sandbox.
public Tag AddTag(WorkingDirectory,string,string,string);
Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace