Create the cvs file based on the filename. Returns the cvs file interface.
Create the cvs file based on the filename. Returns the cvs file interface.
public ICvsFile CreateCvsObject(string,FileType,string);
Create a cvs management object for the given path. The path specified should be the folder above the cvs directory. The name of the file and full path is then derived from the cvs line in the case of an Entries line, or in the case of a single line cvs management file (i.e. Root, Repository, etc.) the object being managed is the entire directory.
public ICvsFile CreateCvsObject(string,string,string);
Factory Class | ICSharpCode.SharpCvsLib.FileSystem Namespace