![]() ![]() | The name of the entries file. |
![]() ![]() | Creates a new entry given the path to the file on the filesystem. The entry string is fabricated based on the full path of the file that is under or is to be placed under CVS management control. |
![]() ![]() | Indicate if the file contents string is for a directory entry. This is identified by an entry line string that contains a "D" as the first character in the string. |
![]() ![]() | Parse the name of the file from the cvs file. |
![]() | Overloaded. Initializes a new instance of the Entry class. |
![]() |
Indicator specifying if this is a new entry or not.
The default value is true. |
![]() | 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. |
![]() | Determine if the two objects are equal. |
![]() | Override the hashcode. This is a combination of the entry name and the path to the entry file. |
![]() | |
![]() | Parses the cvs entries file. |
![]() | Set the file timestamp. |
![]() | Return a human readable string that represents the entry object. |
![]() | Returns the full path to the CVS\Entries folder that this entry is managed by. |
![]() | |
![]() |
Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace