[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/VC/ -> rcs.php (sommaire)

(pas de description)

Poids: 235 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

VC_rcs:: (4 méthodes):
  ci()
  isLocked()
  lock()
  unlock()


Classe: VC_rcs  - X-Ref

VC_rcs implementation.

Copyright 2004-2006 Jeff Schwentner <jeffrey.schwentner@lmco.com>

$Horde: framework/VC/VC/rcs.php,v 1.3.8.5 2006/01/01 21:28:42 jan Exp $

ci($filepath, $message, $user = null, $newBinary = false)   X-Ref
Checks an RCS file in with a specified change log.

param: string $filepath    Location of file to check in.
param: string $message     Log of changes since last version.
param: string $user        The user name to use for the check in.
param: boolean $newBinary  Does the change involve binary data?
return: string|object  The new revision number on success, or a

isLocked($filepath, &$locked_by)   X-Ref
Checks the locks on a CVS/RCS file.

param: string $filepath    Location of file.
param: string &$locked_by  Returns the username holding the lock.
return: boolean|object  True on success, or a PEAR_Error on failure.

lock($filepath, $user = null)   X-Ref
Locks a CVS/RCS file.

param: string $filepath  Location of file.
param: string $user      User name to lock the file with
return: boolean|object  True on success, or a PEAR_Error on failure.

unlock($filepath, $user = null)   X-Ref
Unlocks a CVS/RCS file.

param: string $filepath  Location of file.
param: string $user      User name to unlock the file with
return: boolean|object  True on success, or a PEAR_Error on failure.



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7