SharpCvsLib

Entry Properties

The properties of the Entry class are listed below. For a complete list of Entry class members, see the Entry Members topic.

Public Instance Properties

Conflict String indicating a conflict with the server and client files (if any).
Date Date of the revision.
FileContents Outputs the formatted cvs entry.
Filename The name of the file to write to.
FullPath (inherited from AbstractCvsFile) The full path to the file or directory that this object is managing.
HasTag
true
if the cvs entry contains a
sticky-tag
; otherwise
false
.
IsBinaryFile
true
if the options tag specifies the file is binary (i.e. has the option
-kb
specified).
IsDirectory
true
if the item is a directory,
false
otherwise.
IsMultiLinedIndicates whether the file can contain multiple lines.
IsUtcTimeStamp Indicates whether the UTC timestamp should be used for files, or if the timestamp from the current timezone should be used.
LocalCvsFileFullPath (inherited from AbstractCvsFile) The full path to the local cvs management file.
Name The name of the file or directory.
Options TODO: figure out what this is for.
Path (inherited from AbstractCvsFile) Return the path to the file that this cvs object is controlling. In most cases this is just the full path to the object, however one known exception would be the Entry which would have file information stripped from the full path.
Revision The revision number for the file.
Tag Sticky tag for the file (if any).
TagFile Holds information on a tag file if there is a
sticky-tag
in the cvs directory. If there is no tag in the cvs directory then this value is null.
TimeStamp Timestamp for the file.
TypeThe type of file that this is.

See Also

Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace