blob: 66094babe1a59f187ba0b6c27512d30488645e03 [file] [log] [blame]
#!/bin/sh
# this file is to move the "new" temporary created directories,
# back to the main 'webtools' cvs location.
. mainparams.shsource
. copyAndRemove.sh
echo;
echo " performing $0";
echo;
# don't need cvsroot
rm -fr ${newcvsdir}/CVSROOT
mv ${newcvsdir}/* ${oldcvsdir}
find ${oldcvsdir}/ -type d -exec chmod g+s '{}' \;