X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fupdate_these.sh;h=97bf928e8f3d6fdebf11f87fd6d22df31c336ed3;hb=b51411a29f1a751a09e69f5676afeea24a94ac83;hp=fb0f4495b756692a5c0c6bbd5497dba5731338bd;hpb=4908d5a2cc83f7622e196c1756b5d5e1e03f612a;p=feisty_meow.git diff --git a/scripts/rev_control/update_these.sh b/scripts/rev_control/update_these.sh index fb0f4495..97bf928e 100644 --- a/scripts/rev_control/update_these.sh +++ b/scripts/rev_control/update_these.sh @@ -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