The properties of the Entry class are listed below. For a complete list of Entry class members, see the Entry Members topic.
![]() | String indicating a conflict with the server and client files (if any). |
![]() | Date of the revision. |
![]() | Outputs the formatted cvs entry. |
![]() | The name of the file to write to. |
![]() | The full path to the file or directory that this object is managing. |
![]() | trueif the cvs entry contains a sticky-tag; otherwise false. |
![]() | trueif the options tag specifies the file is binary (i.e. has the option -kbspecified). |
![]() | trueif the item is a directory, falseotherwise. |
![]() | Indicates whether the file can contain multiple lines. |
![]() | Indicates whether the UTC timestamp should be used for files, or if the timestamp from the current timezone should be used. |
![]() | The full path to the local cvs management file. |
![]() | The name of the file or directory. |
![]() | TODO: figure out what this is for. |
![]() | 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. |
![]() | The revision number for the file. |
![]() | Sticky tag for the file (if any). |
![]() |
Holds information on a tag file if there is a
sticky-tagin the cvs directory. If there is no tag in the cvs directory then this value is null. |
![]() | Timestamp for the file. |
![]() | The type of file that this is. |
Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace