Home | History | Annotate | Download | only in contrib

Lines Matching refs:Repository

29 Script to check the integrity of the Repository.
40 This script will search through a repository and determine if any of the
49 Please do not run this script inside of the repository itself. This will cause
69 Use repository specified by C<CVSROOT>. Defaults to the contents of the
101 The module in the repository to examine. Defaults to the contents of the
102 F<./CVS/Repository> file when it exists and is readable, then to F<.>
168 # To search the repository for broken files
174 # $cvsroot - The CVS repository to search through.
175 # $ENV{ CVSROOT } - The default CVS repository to search through.
188 # Do not run this script inside the repository. Choose
189 # a nice safe spot( like /tmp ) outside of the repository.
244 if( !scalar( @ARGV ) && -f "CVS/Repository" && -r "CVS/Repository" )
246 my $file = new IO::File "< CVS/Repository";
289 print "List of Files That Don't belong in Repository:\n"
334 # $cvsroot - The CVS repository to search through