nice, added git back into here.
authorChris Koeritz <fred@gruntose.com>
Sun, 11 Mar 2012 17:02:26 +0000 (13:02 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 11 Mar 2012 17:02:26 +0000 (13:02 -0400)
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