SharpCvsLib

Manager.FetchEntry Method (String)

Fetch the information for a file that is under cvs control from the

CVS\Entries
folder. If no file is found then an exception is thrown.

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

Parameters

fullPath
The directory and file name of the file under cvs control.

Return Value

The entry object, containing the information from the Entries file.

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