SharpCvsLib

Manager.FetchEntry Method

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.

Overload List

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.

public Entry FetchEntry(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.

public Entry FetchEntry(string,string);

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace