X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frev_checkin.sh;h=15d86683f0c6b0fc36215cf389ea8cb6771b7f2d;hb=990a1616672eca15ef0e43b7ace1121e33def2d1;hp=587824343dec248a281d16b42f0d7b225109f030;hpb=effad3771ed1c45241578a2b075e4cdd0887209a;p=feisty_meow.git diff --git a/scripts/rev_control/rev_checkin.sh b/scripts/rev_control/rev_checkin.sh index 58782434..15d86683 100644 --- a/scripts/rev_control/rev_checkin.sh +++ b/scripts/rev_control/rev_checkin.sh @@ -17,17 +17,6 @@ for i in * ; do if [ -d "$i" ]; then echo "[$i]" do_checkin $i -# pushd $i &>/dev/null -# # only update if we see a repository living there. -# if [ -d ".svn" ]; then -# svn ci . -# elif [ -d ".git" ]; then -# git commit . -# git push -# elif [ -d "CVS" ]; then -# cvs diff . -# fi -# popd &>/dev/null echo "=======" fi done