SharpCvsLib

Manager.FetchEntry Method (String, 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.

[Visual Basic]
Overloads Public Function FetchEntry( _
   ByVal directory As String, _
   ByVal fileName As String _
) As Entry
[C#]
public Entry FetchEntry(
   string directory,
   string fileName
);

Parameters

directory
The path to the directory that contains the file.
fileName
The name of the file that we are looking for.

Return Value

Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchEntry(System.String,System.String)

Exceptions

Exception TypeCondition
EntryNotFoundExceptionIf the given entry cannot be found in the cvs file.

See Also

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