chiark / gitweb /
* cvs-repomove fixed for resuming failed moves.
authorianmdlvl <ianmdlvl>
Wed, 21 Dec 2005 02:23:31 +0000 (02:23 +0000)
committerianmdlvl <ianmdlvl>
Wed, 21 Dec 2005 02:23:31 +0000 (02:23 +0000)
debian/changelog
scripts/cvs-repomove

index 1dfb0570c5e68568823563f657d9105e0dbe4913..d328c1a3d384cb36ba63b63f30e497430f544def 100644 (file)
@@ -1,3 +1,9 @@
+chiark-utils (4.0.99.0.19) unstable; urgency=low
+
+  * cvs-repomove fixed for resuming failed moves.
+
+ -- Ian Jackson <ian@localhost.localdomain>  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.
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\"