From f90157c4f408dd04eba230ba9b19bce8662284b3 Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Wed, 21 Dec 2005 02:23:31 +0000 Subject: [PATCH] * cvs-repomove fixed for resuming failed moves. --- debian/changelog | 6 ++++++ scripts/cvs-repomove | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1dfb057..d328c1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +chiark-utils (4.0.99.0.19) unstable; urgency=low + + * cvs-repomove fixed for resuming failed moves. + + -- Ian Jackson Wed, 21 Dec 2005 02:23:07 +0000 + chiark-utils (4.0.99.0.18) unstable; urgency=low * cvs-repomove can move repos from remote sources as well as local ones. 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\" -- 2.30.2