SharpCvsLib

Entry Constructor

Create a new instance of the cvs object. NOTE: Derive full path is assumed. What this means is it is assumed that you are passing in the path to the file and would like to use the fileContents or entry to get the full path to the managed file.

Overload List

Create a new instance of the cvs object. NOTE: Derive full path is assumed. What this means is it is assumed that you are passing in the path to the file and would like to use the fileContents or entry to get the full path to the managed file.

public Entry(string,string);

Create a new Cvs entry. If the deriveFullPath is set to false then the path information specified in the constructor is taken as the entire path to the file.

public Entry(string,string,bool);

See Also

Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace