fix for updating cvs.
[feisty_meow.git] / scripts / rev_control / checkin.sh
index 54b26e8a10b0003a025c2889e4234515b45b07e6..4a747e76e399e4f2fb24ddd32d88f414038c1f12 100644 (file)
@@ -3,7 +3,7 @@
 # checks in all our commonly used folders.
 # note: fred specific.
 
-source "$SHELLDIR/rev_control/rev_control.sh"
+source "$FEISTY_MEOW_SCRIPTS/rev_control/rev_control.sh"
 
 # selects the method for check-in based on where we are.
 function do_checkin()
@@ -27,7 +27,7 @@ function do_checkin()
 function checkin_list {
   local list=$*
   for i in $list; do
-    for j in $i/feisty_meow $i/hoople $i/hoople2 $i/quartz $i/web $i/yeti $i/xsede/xsede_tests $i/xsede/code/cak0l/trunk ; do
+    for j in $i/feisty_meow $i/hoople1 $i/hoople2 $i/quartz $i/web $i/yeti $i/xsede/xsede_tests $i/xsede/code/cak0l/trunk ; do
       if [ ! -d "$j" ]; then continue; fi
 
       pushd $j &>/dev/null