(file) Return to diffscript CVS log (file) (dir) Up to [Pegasus] / pegasus / Attic

Diff for /pegasus/Attic/diffscript between version 1.1 and 1.2

version 1.1, 2002/07/15 06:22:11 version 1.2, 2008/02/27 20:21:57
Line 1 
Line 1 
   #
   # diffscript
   #
   # This script is used to compare the contents of repository directory trees.
   # It is used by the Testcimmof Makefile which builds one copy of the repository
   # with cimmofl and another with cimmof.  The two repositories are expected to
   # have the same contents.
   #
   # Usage:  diffscript repository-dir repository-subdir
   #
   # The repository-dir argument is the directory containing the two repositories
   # to compare.  They are expected to be named "repository" and "repository.old".
   # the repository-subdir is a specific subdirectory to compare within the
   # repositories.  The net effect is a comparison of these two directories:
   #
   #     <repository-dir>/repository/<repository-subdir>
   #     <repository-dir>/repository.old/<repository-subdir>
   
 echo "Comparing Repository files..." echo "Comparing Repository files..."
 cd $1/repository/$2 cd $1/repository/$2
 rm -f repository.log rm -f repository.log


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2