blob: b770b9b7ed88d4e19de26cc5bcd42092c778072a [file] [log] [blame]
#!/bin/sh
. mainparams.shsource
. copyAndRemove.sh
echo;
echo "Remember, this script should NOT be ran on the production ";
echo "machine, during the real move. It is for testing only, ";
echo "when using snapshots.";
echo;
snapshot=/home/davidw/files/snapshots/webtools-cvs-5.tgz
mkdir -p ${topdir}/${reponame}
rm -fr ${topdir}/${reponame}
cvs --no-verify -d ${topdir}/${reponame} init
echo " Current snapshot: $snapshot";
echo;
tar zxf $snapshot -C ${topdir}