SharpCvsLib

Manager.AddEntry Method (Entry)

Add the entry to the

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

[Visual Basic]
Overloads Public Function AddEntry( _
   ByVal entry As Entry _
) As Entry
[C#]
public Entry AddEntry(
   Entry entry
);

Parameters

entry
An entry object that represents a line in the
CVS\Entries
file and/ or a file that is being managed by CVS.

Return Value

The Entry file that has been added.

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | Manager.AddEntry Overload List