| #!/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 '{}' \; |