phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

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

  • Author: Greg Beaver <cellog@php.net>
  • Version: 1.0
  • Copyright: Copyright 2003, Greg Beaver

Includes:

require_once("$dir/phpDocumentor/Io.inc") [line 36]
phpDocumentor include files. If you don't have phpDocumentor, go get it!

Your php life will be changed forever

require_once("$dir/phpDocumentor/common.inc.php") [line 35]
phpDocumentor include files. If you don't have phpDocumentor, go get it!

Your php life will be changed forever


string $cvsadd_directory [line 43]

Physical location on this computer of the package to parse
Default value:   realpath('.')


[ Top ]



Io $files [line 60]

Default value:   new Io


[ Top ]



string $ignore [line 51]

Comma-separated list of files and directories to ignore

This uses wildcards * and ? to remove extra files/directories that are not part of the package or release

Default value:   array('CVS/')


[ Top ]



addToCVS [line 124]

void addToCVS( array $struc)

Recursively add files to cvs


Parameters

array   $struc   the sorted directory structure
[ Top ]



mystrucsort [line 73]

void mystrucsort( string $a, string $b)

Sorting functions for the file list


Parameters

string   $a  
string   $b  
[ Top ]



sortfiles [line 68]

void sortfiles( string $a, string $b)

Sorting functions for the file list


Parameters

string   $a  
string   $b  
[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:50:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.