X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fversion_control.sh;fp=scripts%2Frev_control%2Fversion_control.sh;h=b48ff25347b6aa5ff07c478f4126a384039cb253;hb=f784ba54b77cfeee2b1840e7b30dc1ac689d4dde;hp=edce8376625a4a2198b65ef4f0851c5b9b7d22a4;hpb=3f82e21950cbb23d230d4fbb555521f2348bfeb9;p=feisty_meow.git diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index edce8376..b48ff253 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -81,7 +81,7 @@ function do_revctrl_checkin() pushd "$directory" &>/dev/null if [ -f ".no-checkin" ]; then - echo "skipping check-in due to presence of .no-checkin sentinel file." + echo -ne "\nskipping check-in due to presence of .no-checkin sentinel file: $directory" elif [ -d "CVS" ]; then if test_writeable "CVS"; then do_revctrl_simple_update "$directory" @@ -180,7 +180,7 @@ function do_revctrl_report_new # only update if we see a repository living there. if [ -f ".no-checkin" ]; then - echo "skipping reporting due to presence of .no-checkin sentinel file." + echo -ne "\nskipping reporting due to presence of .no-checkin sentinel file: $directory" elif [ -d ".svn" ]; then # this action so far only makes sense and is needed for svn. bash $FEISTY_MEOW_SCRIPTS/rev_control/svnapply.sh \? echo