updated to get closer to building using cygwin, which is difficult because
[feisty_meow.git] / scripts / rev_control / update_these.sh
index fb0f4495b756692a5c0c6bbd5497dba5731338bd..97bf928e8f3d6fdebf11f87fd6d22df31c336ed3 100644 (file)
@@ -10,6 +10,8 @@ for i in * ; do
       svn update .
     elif [ -d ".git" ]; then
       git pull 
+    elif [ -d "CVS" ]; then
+      cvs update .
     fi
     popd
   fi