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_Cvs

CVS file class.

Copyright 2000-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
Extended by Horde_Vcs_File_Cvs
Package: Vcs
Author: Anil Madhavapeddy anil@recoil.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Vcs/File/Cvs.php
Methods summary
public boolean
# isDeleted( )

If this file is present in an Attic directory, this indicates it.

If this file is present in an Attic directory, this indicates it.

Returns

boolean
True if file is in the Attic, and false otherwise

Overrides

Horde_Vcs_File_Base::isDeleted()
public
# getBranchList( )

TODO

TODO

public
# getTags( )

TODO

TODO

Overrides

Horde_Vcs_File_Base::getTags()
public
# getBranches( )

TODO

TODO

Overrides

Horde_Vcs_File_Base::getBranches()
Methods inherited from Horde_Vcs_File_Rcs
getAccum(), getFileName(), getFullPath(), getLastLog(), getPreviousRevision(), getRevisionSymbol(), getSourcerootPath()
Methods inherited from Horde_Vcs_File_Base
__construct(), __sleep(), applySort(), getBlob(), getLog(), getPath(), getRevision(), revisionCount(), setRepository(), sortByAge(), sortByName(), sortByRevision()
API documentation generated by ApiGen