Item10860: pseudo-install links too high up
Priority: Low
Current State: Confirmed
Released In: n/a
Target Release: n/a
<SvenDowideit> pseudo-install.pl PersonalInfoAddOn is making foswiki/pub/Main a softlink to PersonalInfoAddOn/pub/Main!
<SvenDowideit> thats naf as a naf thing!
<Babar> yeah, it always tries to link as high up as it can
<Babar> causes issues for a lot of things unfortunately :(
--
SvenDowideit - 08 Jun 2011
Also causes problem with
Foswiki::Configure::Checkers
. First plugin which gets pseudo-installed, which has a checker,
Foswiki/Configure/Checkers/Plugins
gets symlinked into that plugin's
Foswiki/Configure/Checkers/Plugins
dir.
The desired behaviour is to create the empty directory in core.
So we either need to create empty directories (easy fix), or give pseudo-install special knowledge of where the plugin/core boundaries are when it comes to directory layout.
--
PaulHarvey - 08 Jun 2011
This has commits - is it fixed?
--
GeorgeClark - 02 Oct 2011
Just a band-aid. I created a README in the Plugins dir in core, so that pseudo won't try to symlink Plugins from some random plugin.
--
PaulHarvey - 03 Oct 2011
Another band-aid for pub/Sandbox added, see duplicate
Item13918 for details
--
JulianLevens - 13 Jan 2016
Elastoplast is fine. They help define the directory structure and are low cost. Importing special knowledge of the directory structure into pseudo-install is a non-starter.
--
Main.CrawfordCurrie - 14 Jan 2016 - 10:40
And
Item13577 is another duplicate report.
--
GeorgeClark - 25 Sep 2016