X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Frev_control%2Fupdate_these.sh;h=97bf928e8f3d6fdebf11f87fd6d22df31c336ed3;hb=af22dabd2f3978f2d14d1abb44956a990c0edddb;hp=afd79578dce3b235ce7daa3af3cd5c8bfd653faf;hpb=9fd22b6e5c4bb1aa1b3975da8d4d436664a0a03d;p=feisty_meow.git diff --git a/scripts/rev_control/update_these.sh b/scripts/rev_control/update_these.sh index afd79578..97bf928e 100644 --- a/scripts/rev_control/update_these.sh +++ b/scripts/rev_control/update_these.sh @@ -9,7 +9,9 @@ for i in * ; do if [ -d ".svn" ]; then svn update . elif [ -d ".git" ]; then - git pull . + git pull + elif [ -d "CVS" ]; then + cvs update . fi popd fi