trying simple, unified behavior for cvs too.
authorChris Koeritz <fred@gruntose.com>
Sat, 28 Jan 2012 22:45:43 +0000 (17:45 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 28 Jan 2012 22:45:43 +0000 (17:45 -0500)
scripts/rev_control/checkin.sh

index 4a747e76e399e4f2fb24ddd32d88f414038c1f12..18b459a01285316e3f49efd759e4803087d11d05 100644 (file)
@@ -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