Add the entry to the
CVS\Entriesfile, if the file does not exist then create a new file.
Add the entry to the
CVS\Entriesfile, if the file does not exist then create a new file.
public Entry AddEntry(Entry);
Create a
CVS\Entriesmanagement file with the given entry line, or if the file exists then add the line to the management file.
public Entry AddEntry(WorkingDirectory,string,string,string);
Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace