#!/bin/sh

ARCH=`arch`
echo "    tocvs (targzip) --> $1 $2"
chmod -R a+rwX $1
/usr/cvs/$ARCH/bin/tar --alpha-order --no-owners --no-mtime -c -f - $1 > $2
