X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=scripts%2Fcvs-repomove;h=92e1765bc371f56197ae617cbf681ce9f4d563aa;hp=cc50c2579a9447668ebc77a3f4f7f8e3c70f0a4c;hb=d0ad56266745f3f3368c1d188d2d9b051e28b5e4;hpb=f90157c4f408dd04eba230ba9b19bce8662284b3;ds=inline diff --git a/scripts/cvs-repomove b/scripts/cvs-repomove index cc50c25..92e1765 100755 --- a/scripts/cvs-repomove +++ b/scripts/cvs-repomove @@ -97,10 +97,10 @@ do_move () { set +e previously=\"$(ls -d -- $srcrepo/$module..moved-to-* 2>/dev/null)\" set -e - if [ \"x$previously\" != x ]; then - echo \" btw, module was once before moved away from here\" - mv -- \"$previously\" \ - \"${previously/..moved-to-/..previously-\$(date +%s)-moved-to-}\" + if [ \"x\$previously\" != x ]; then + echo >&2 \" btw, module was once before moved away from here\" + mv -- \"\$previously\" \ + \"\${previously/..moved-to-/..previously-\$(date +%s)-moved-to-}\" fi echo \$resume '")" @@ -115,11 +115,21 @@ do_move () { fi for f in $module..*; do case \"\$f\" in - *..moved-to-*) echo \" btw, module was previously at destn repo\" ;; + *..moved-to-*) + echo \" btw, module was previously at destn repo\" + mv -- \"\$f\" \ + \"\${f/..moved-to-/..previously-\$(date +%s)-moved-to-}\" + ;; *..previously-*) ;; - *..tmp-*) echo \" nb: possibly-stale temp/partial copy \$f\" ;; - *..\*) ;; - *) echo >&2 \"error: found unexpected subdir \$f\"; exit 8;; + *..tmp-*) + echo \" nb: possibly-stale temp/partial copy \$f\" + ;; + *..\*) + ;; + *) + echo >&2 \"error: found unexpected subdir \$f\" + exit 8 + ;; esac done '" @@ -176,7 +186,7 @@ do_furtle () { remotehost="${goose%%:*}" path="${goose#*:}" check_hostname "$remotehost" - check_remote_path "$remotepath/$module" + check_remote_path "$path/$module" isremote=true compute_fqdn_data "$remotehost" if [ "x$fqdn_data" = "x$our_fqdn_data" -a \