X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=scripts%2Fcvs-repomove;fp=scripts%2Fcvs-repomove;h=cc50c2579a9447668ebc77a3f4f7f8e3c70f0a4c;hb=f90157c4f408dd04eba230ba9b19bce8662284b3;hp=e7d2e53b5af2830e7f9f3c7e74f5467d78a1369b;hpb=32f5154fe45eb7c2dbbac1017dc12133fa1e01e6;p=chiark-utils.git diff --git a/scripts/cvs-repomove b/scripts/cvs-repomove index e7d2e53..cc50c25 100755 --- a/scripts/cvs-repomove +++ b/scripts/cvs-repomove @@ -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\"