Property | Type | Description | |
---|---|---|---|
$_accum | string | TODO | |
$_branches | array | TODO | |
$_driver | string | The current driver. | |
$_revlist | array | TODO | |
$_revsym | array | TODO | |
$_symrev | array | TODO |
Method | Description | |
---|---|---|
getAccum ( ) | TODO | |
getFileName ( ) : string | Returns name of the current file without the repository extensions (usually ,v) | |
getFullPath ( ) : string | Return the fully qualified filename of this object. | |
getLastLog ( ) : Horde_Vcs_QuickLog_Rcs | Returns a log object for the most recent log entry of this file. | |
getPreviousRevision ( string $rev ) : string | Returns the revision before the specified revision. | |
getRevisionSymbol ( $rev ) | TODO | |
getSourcerootPath ( ) : string | Return the name of this file relative to its sourceroot. |
Method | Description | |
---|---|---|
_init ( ) | This method parses branches even though RCS doesn't support branches. But rlog from the RCS tools supports them, and displays them even on RCS repositories. |
protected _init ( ) |
public getFileName ( ) : string | ||
return | string | Filename without repository extension |
public getFullPath ( ) : string | ||
return | string | Fully qualified filename of this object. |
public getLastLog ( ) : Horde_Vcs_QuickLog_Rcs | ||
return | Horde_Vcs_QuickLog_Rcs | Log object of the last entry in the file. |
public getPreviousRevision ( string $rev ) : string | ||
$rev | string | A revision. |
return | string | The previous revision or null if the first revision. |
public getSourcerootPath ( ) : string | ||
return | string | Pathname relative to the sourceroot. |