chiark / gitweb /
* cvs-repomove fixed for resuming failed moves.
[chiark-utils.git] / scripts / cvs-repomove
index e7d2e53b5af2830e7f9f3c7e74f5467d78a1369b..cc50c2579a9447668ebc77a3f4f7f8e3c70f0a4c 100755 (executable)
@@ -84,7 +84,7 @@ do_move () {
        movingto="moving-to-$dsthost:$dstrepotrans"
        resume="$("$CVS_RSH" "$srchost" bash -ec "'
  if test -d $srcrepo/$module..$movingto; then
-  echo \"    resuming previous attempt at a move\"
+  echo >&2 \"    resuming previous attempt at a move\"
   resume=true
   if test -d $srcrepo/$module; then
    echo >&2 \"but $srcrepo/$module exists too\"