Fetch the information for a file that is under cvs control from the
CVS\Entriesfolder. If no file is found then an exception is thrown.
Fetch the information for a file that is under cvs control from the
CVS\Entriesfolder. If no file is found then an exception is thrown.
public Entry FetchEntry(string);
Load the cvs entry from the file. Each cvs entry contains all of the information that is needed to update the individual file from the cvs repository.
public Entry FetchEntry(string,string);
Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace