From: Chris Koeritz Date: Sat, 28 Jan 2012 22:45:43 +0000 (-0500) Subject: trying simple, unified behavior for cvs too. X-Git-Tag: 2.140.90~1656^2~4 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=aa41adac18fe529381fefa491ce81bbd61007d03;p=feisty_meow.git trying simple, unified behavior for cvs too. --- diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index 4a747e76..18b459a0 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -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