X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frev_update.sh;h=3bf9213246c79a13fc1cb455c9a63c9c9459aa20;hb=990a1616672eca15ef0e43b7ace1121e33def2d1;hp=a6c658b3c6746f300c7da2d9a57add2017628f95;hpb=effad3771ed1c45241578a2b075e4cdd0887209a;p=feisty_meow.git diff --git a/scripts/rev_control/rev_update.sh b/scripts/rev_control/rev_update.sh index a6c658b3..3bf92132 100644 --- a/scripts/rev_control/rev_update.sh +++ b/scripts/rev_control/rev_update.sh @@ -17,16 +17,6 @@ for i in * ; do if [ -d "$i" ]; then echo "[$i]" do_update "$i" -# pushd $i &>/dev/null -# # only update if we see a repository living there. -# if [ -d ".svn" ]; then -# svn update . -# elif [ -d ".git" ]; then -# git pull -# elif [ -d "CVS" ]; then -# cvs update . -# fi -# popd &>/dev/null echo "=======" fi done