[dokuwiki] Fwd: How to update?

Oh, i forgott something, please change the line:
find $new \( -path '*/_darcs' -prune -o -path '*/_test' -prune \) - o -type f -printf "%P\n" | sort > files
to:
find $new \( -path '*/_darcs' -prune -o -path '*/_test' -prune -o - path '*/data/*' -prune \) -o -type f -printf "%P\n" | sort > files

This is to prevent the updater from involving the data directory where the pages reside. My ./data is a symlink to somewhere outside the 'dokuwiki' directory, so i doesn't get included in the patch (this is because the "-type f" switch of find, which ignores symlinks)

Oliver
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: