SharpCvsLib

Manager.AddEntry Method

Add the entry to the

CVS\Entries
file, if the file does not exist then create a new file.

Overload List

Add the entry to the

CVS\Entries
file, if the file does not exist then create a new file.

public Entry AddEntry(Entry);

Create a

CVS\Entries
management 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);

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace