#!/bin/sh ######################################################################### # # FILE : cvsversions # DATE : 4.7.2000 # AUTHOR : Patrick Meier / patrick.meier@gmx.net # DESCRIPTION : Creates a list of all found files in the cvs with # their version # # Copyrigth (C) 2000 by Patrick Meier, Switzerland # ######################################################################### PN=`basename "$0"` COLUMN=50 HEADER="CVS - Repository / Overview" ######################################################################### # Usage ######################################################################### Usage() { echo "$PN - creates a list of all found files in the cvs from current path with their version." echo "usage: $PN [-c column-with] [-p [text]]" exit 1 } ######################################################################### # print header ######################################################################### drawLine() { echo "" | awk '{ \ len="'$COLUMN'"+10; \ for( i=0; i