X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fcheckin.sh;h=18b459a01285316e3f49efd759e4803087d11d05;hb=65ceb7d51f096b446826c0ab5bdaa9550abab2c3;hp=23532985e5046ae4615ad33fad4580be4608383a;hpb=bb71dc6078fea69ae2d237ac7d4da1b3531fecc9;p=feisty_meow.git diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index 23532985..18b459a0 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -3,7 +3,7 @@ # checks in all our commonly used folders. # note: fred specific. -source "$SHELLDIR/rev_control/rev_control.sh" +source "$FEISTY_MEOW_SCRIPTS/rev_control/rev_control.sh" # selects the method for check-in based on where we are. function do_checkin() @@ -11,9 +11,10 @@ function do_checkin() local directory="$1"; shift if [ -d "CVS" ]; then # this appears to be cvs. - pushd "$directory/.." &>/dev/null - cvs ci "$directory" - popd &>/dev/null +# pushd "$directory/.." &>/dev/null + cvs ci . +###"$directory" +# popd &>/dev/null elif [ -d ".svn" ]; then svn ci . elif [ -d ".git" ]; then