#!/usr/local/bin/tcsh source ~cdfsoft/cdf2.cshrc setup cdfsoft2 development sshagent set work=`define_work_area` if ( x$work == x ) then echo '++' echo '++' Unable to initialize work space exit 1 endif cd $work rm -rf test* #------------------------------------------------------------ # Add email info to the SoftRelTools error reporter facility #------------------------------------------------------------- setenv CVSROOT cvsuser@cdfcvs.fnal.gov:/usr/people/cvsuser/repository #newrel -t development testrel2 #cd testrel2 #setenv CVS_RSH rsh set opt="-d cvsuser@cdcvs.fnal.gov:/srtcvs_rw" #addpkg $opt -h SRT_CDF cvs -Q $opt checkout SRT_CDF cd SRT_CDF/error_reporter if ( $?EMACS_DIR ) then emacs CDF_Mail_List.cfg else if ( $?XEMACS_DIR ) then xemacs CDF_Mail_List.cfg else if ( $?TPU_DIR ) then if ( -f $HOME/editor/edt_keys4.tpu ) then tpu -initialisation=$HOME/editor/edt_keys4.tpu CDF_Mail_List.cfg else tpu CDF_Mail_List.cfg endif else vi CDF_Mail_List.cfg endif cvs $opt commit cd $work rm -rf $work/t*