Overview

Packages

  • None
  • Vcs

Classes

  • Horde_Vcs
  • Horde_Vcs_Base
  • Horde_Vcs_Cvs
  • Horde_Vcs_Directory_Base
  • Horde_Vcs_Directory_Cvs
  • Horde_Vcs_Directory_Git
  • Horde_Vcs_Directory_Rcs
  • Horde_Vcs_Directory_Svn
  • Horde_Vcs_File_Base
  • Horde_Vcs_File_Cvs
  • Horde_Vcs_File_Git
  • Horde_Vcs_File_Rcs
  • Horde_Vcs_File_Svn
  • Horde_Vcs_Git
  • Horde_Vcs_Log_Base
  • Horde_Vcs_Log_Cvs
  • Horde_Vcs_Log_Git
  • Horde_Vcs_Log_Rcs
  • Horde_Vcs_Log_Svn
  • Horde_Vcs_Patchset
  • Horde_Vcs_Patchset_Base
  • Horde_Vcs_Patchset_Cvs
  • Horde_Vcs_Patchset_Git
  • Horde_Vcs_Patchset_Svn
  • Horde_Vcs_QuickLog_Base
  • Horde_Vcs_QuickLog_Cvs
  • Horde_Vcs_QuickLog_Git
  • Horde_Vcs_QuickLog_Rcs
  • Horde_Vcs_QuickLog_Svn
  • Horde_Vcs_Rcs
  • Horde_Vcs_Svn
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Vcs_File_Rcs

RCS file class.

Copyright 2011-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Vcs_File_Base
Extended by Horde_Vcs_File_Rcs

Direct known subclasses

Horde_Vcs_File_Cvs
Package: Vcs
Author: Jan Schneider jan@horde.org
Located at Horde/Vcs/File/Rcs.php
Methods summary
public string
# getFileName( )

Returns name of the current file without the repository extensions (usually ,v)

Returns name of the current file without the repository extensions (usually ,v)

Returns

string
Filename without repository extension

Overrides

Horde_Vcs_File_Base::getFileName()
public string
# getFullPath( )

Return the fully qualified filename of this object.

Return the fully qualified filename of this object.

Returns

string
Fully qualified filename of this object.
public string
# getSourcerootPath( )

Return the name of this file relative to its sourceroot.

Return the name of this file relative to its sourceroot.

Returns

string
Pathname relative to the sourceroot.

Overrides

Horde_Vcs_File_Base::getSourcerootPath()
public string
# getPreviousRevision( string $rev )

Returns the revision before the specified revision.

Returns the revision before the specified revision.

Parameters

$rev
A revision.

Returns

string
The previous revision or null if the first revision.

Overrides

Horde_Vcs_File_Base::getPreviousRevision()
public Horde_Vcs_QuickLog_Rcs
# getLastLog( )

Returns a log object for the most recent log entry of this file.

Returns a log object for the most recent log entry of this file.

Returns

Horde_Vcs_QuickLog_Rcs
Log object of the last entry in the file.

Throws

Horde_Vcs_Exception
public
# getRevisionSymbol( mixed $rev )

TODO

TODO

public
# getAccum( )

TODO

TODO

Methods inherited from Horde_Vcs_File_Base
__construct(), __sleep(), applySort(), getBlob(), getBranches(), getLog(), getPath(), getRevision(), getTags(), isDeleted(), revisionCount(), setRepository(), sortByAge(), sortByName(), sortByRevision()
API documentation generated by ApiGen