[dokuwiki] Fwd: How to update?
- From: Oliver Geisen <oliver.geisen@xxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 6 Nov 2008 16:35:00 +0100
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:
- » [dokuwiki] Fwd: How to update? - Oliver Geisen