blob: 66094babe1a59f187ba0b6c27512d30488645e03 [file] [log] [blame]
david_williams9826bfe2007-11-05 00:58:00 +00001#!/bin/sh
2
3# this file is to move the "new" temporary created directories,
4# back to the main 'webtools' cvs location.
5
6. mainparams.shsource
7
8. copyAndRemove.sh
9
david_williams56374422007-11-12 09:03:46 +000010echo;
11echo " performing $0";
12echo;
13
14
david_williams9826bfe2007-11-05 00:58:00 +000015# don't need cvsroot
16
17rm -fr ${newcvsdir}/CVSROOT
18mv ${newcvsdir}/* ${oldcvsdir}
david_williams56374422007-11-12 09:03:46 +000019
20find ${oldcvsdir}/ -type d -exec chmod g+s '{}' \;