Item13728: Rename fails across symlinked directories in RCS Store.
Priority: Urgent
Current State: Closed
Released In: 2.0.2
Target Release: patch
Foswiki 2.0.1, RCSStoreContrib, after successfully renaming the topic, fails to move the attachments.
/lib/Foswiki/Store/Rcs/Handler.pm
34a35
> use File::Copy::Recursive qw(fcopy rcopy dircopy fmove rmove dirmove);
1090c1091
< unless ( File::Copy::move( _encode($from), _encode($to) ) ) {
---
> unless ( File::Copy::Recursive::rmove( _encode($from), _encode($to) ) ) {
--
AndreLichtsteiner - 19 Sep 2015