blob: 92b0edb6f8ff4b1f2e011c467ada6285cc98cb6f [file] [log] [blame]
#!/bin/sh
. mainparams.shsource
. copyAndRemove.sh
echo;
echo " performing $0";
echo;
if [ ! -d ${newcvsdir} ]
then
mkdir -p "${newcvsdir}"
fi
# make sure it is clean
# (technically only needed during development
# and test, not production run.)
rm -fr ${newcvsdir}