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_Cvs

Horde_Vcs_cvs implementation.

Constructor args:

'sourceroot': The source root for this repository
'paths': Hash with the locations of all necessary binaries: 'rcsdiff',
         'rlog', 'cvsps', 'cvsps_home', and 'temp' (the temp path).

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_Base
Extended by Horde_Vcs_Rcs
Extended by Horde_Vcs_Cvs
Package: Vcs
Author: Anil Madhavapeddy anil@recoil.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Vcs/Cvs.php
Methods summary
public
# __construct( mixed $params = array() )

Constructor.

Constructor.

Overrides

Horde_Vcs_Base::__construct()
public
# getFile( mixed $filename, mixed $opts = array() )

TODO

TODO

Overrides

Horde_Vcs_Rcs::getFile()
public
# isFile( mixed $where )

TODO

TODO

Overrides

Horde_Vcs_Base::isFile()
public
# annotate( mixed $fileob, mixed $rev )

TODO

TODO

Throws

Horde_Vcs_Exception

Overrides

Horde_Vcs_Base::annotate()
public resource
# checkout( string $fullname, string $rev )

Returns a file pointing to the head of the requested revision of a file.

Returns a file pointing to the head of the requested revision of a file.

Parameters

$fullname
<p>Fully qualified pathname of the desired file to checkout.</p>
$rev
Revision number to check out.

Returns

resource
A stream pointer to the head of the checkout.

Throws

Horde_Vcs_Exception

Overrides

Horde_Vcs_Base::checkout()
Methods inherited from Horde_Vcs_Rcs
ci(), cmp(), getRevisionRange(), isLocked(), isValidRevision(), lock(), prev(), strip(), unlock()
Methods inherited from Horde_Vcs_Base
abbrev(), assertValidRevision(), availableDiffTypes(), diff(), getDefaultBranch(), getDirectory(), getPatchset(), getPath(), getUsers(), hasFeature()
Properties inherited from Horde_Vcs_Base
$sourceroot
API documentation generated by ApiGen