SharpCvsLib

Manager.AddEntry Method (WorkingDirectory, String, String, String)

Create a

CVS\Entries
management file with the given entry line, or if the file exists then add the line to the management file.

[Visual Basic]
Overloads Public Function AddEntry( _
   ByVal workingDirectory As WorkingDirectory, _
   ByVal localPath As String, _
   ByVal repositoryPath As String, _
   ByVal entry As String _
) As Entry
[C#]
public Entry AddEntry(
   WorkingDirectory workingDirectory,
   string localPath,
   string repositoryPath,
   string entry
);

Parameters

workingDirectory
Local working directory.
localPath
The local path response sent down from the server.
repositoryPath
The path to the file name on the server.
entry
The string value that represents the cvs entry.

Return Value

The contents of the newly created entries file that match the given file name created.

See Also

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