NAME: cvsck - checking the integrity of files in CVS repository. SYNOPSIS: cvsck [-dDqtuv] [directory|file] DESCRIPTION: cvsck checks the integrity of files in CVS repository. It checks non- existing revision numbers marked by tags, out of sequence or missing revision numbers, missing change record for a revision number, missing revision number for a change record. -d: turn on debug mode. -D: turn on full debug mode. -q: quiet -t: display trace and summary. -u: usage -v: display version number of cvsck EXAMPLES: cvsck $CVSROOT/bbsim check all files in $CVSROOT/bbsim cvsck $CVSROOT/bbsim/foo.c,v check $CVSROOT/bbsim/foo.c,v FILES: $CVSROOT/mod/file,v the ',' files to be examined by cvsck. AUTHOR: Terry Hung, 7/1/96 terryh@slac.stanford.edu