The data and pub files are always installed into the relative directories, not the ones specified in configure/path settings. This makes it difficult to have more than one install using the same webs.
Pseudo-install is typically used with SVN / GIT checkouts. Could you explain more how this is used?
--
GeorgeClark - 16 Mar 2011
When running a Foswiki installation with pub & data in non-standard locations (i.e. outside of core) then pseudo-install keeps happily symlinking into core/data instead of
$Foswiki::cfg{DataDir}
, which is annoying. My work-around has been to create a symlink in
$Foswiki::cfg{DataDir}/System
& pub back to core/data, core/pub.
--
PaulHarvey - 25 Nov 2011