medley icon indicating copy to clipboard operation
medley copied to clipboard

Further cleanup on cpv script;

Open fghalasz opened this issue 2 years ago • 2 comments

  1. add back a ln_or_cp function and use it to cp only when ln fails. Deploy t5his function for all instances of linking/copying in the script;
  2. better handling of case where the unversioned destination file does not exist but versioned destination file DOES exist. In this case creates a new next higher versioned file. Previously, in this case just created a new unversioned file and did not create a new higher version file.
  3. more informative error messages

fghalasz avatar Jan 14 '24 03:01 fghalasz

note that #1352 inconsistent

masinter avatar Mar 05 '24 14:03 masinter

OK. Removed local declarations from cpv script to make it POSIX-compliant. Ready for re-review.

fghalasz avatar Mar 09 '24 06:03 fghalasz