File: add_cvs.php
Source Location: /PhpDocumentor-1.5.0a1/scripts/add_cvs.php
Classes:
Page Details:
CVS file adding iterator
This file iterates over a directory, and adds everything to CVS that is found, ignoring any error messages, until all files in each directory and subdirectory have been added to cvs. It then commits the files to cvs
Includes:
string $cvsadd_directory [line 43]
Io $files [line 60]
string $ignore [line 51]
addToCVS [line 124]
void addToCVS(
array $struc)
|
|
Recursively add files to cvs
Parameters
array |
$struc |
the sorted directory structure |
mystrucsort [line 73]
void mystrucsort(
string $a, string $b)
|
|
Sorting functions for the file list
Parameters
sortfiles [line 68]
void sortfiles(
string $a, string $b)
|
|
Sorting functions for the file list
Parameters
Documentation generated on Mon, 11 Mar 2019 15:50:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|