You are here: Foswiki>Tasks Web>Item13728 (10 Oct 2015, GeorgeClark)Edit Attach

Item13728: Rename fails across symlinked directories in RCS Store.

pencil
Priority: Urgent
Current State: Closed
Released In: 2.0.2
Target Release: patch
Applies To: Extension
Component: RCSStoreContrib
Branches: master
Reported By: AndreLichtsteiner
Waiting For:
Last Change By: GeorgeClark
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

 

ItemTemplate edit

Summary Rename fails across symlinked directories in RCS Store.
ReportedBy AndreLichtsteiner
Codebase 2.0.1, 2.0.0
SVN Range
AppliesTo Extension
Component RCSStoreContrib
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:bca91a0f39b7 distro:3d80f8f7f141
TargetRelease patch
ReleasedIn 2.0.2
CheckinsOnBranches master
trunkCheckins
masterCheckins distro:bca91a0f39b7 distro:3d80f8f7f141
ItemBranchCheckins
Release01x01Checkins
Topic revision: r4 - 10 Oct 2015, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy