[dokuwiki] Disable revisions - again
- From: Mateusz Czaplinski <czapkofan@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 10 Jul 2008 08:32:05 +0000 (UTC)
Hi.
I'd like to have dokuwiki pages stored on SVN (or other RCS), and therefore want
to *completely* disable doku's support for revisions/history. Is it possible?
How could I do it?
Please note that I don't want to *retrieve* data from SVN in PHP; the wiki is
going to be run on localhost ("Doku On A Stick"), with SVN files retrieved using
a native SVN client (TortoiseSVN or whatever). The DW engine shouldn't need to
know about SVN at all. And the SVN-diff is what I want to use for viewing
history, as it should work like a charm on doku's simple text files format.
Actually, I think I want to have the complete DW directory tree stored in SVN;
however, I don't want to have any temporary files (cache, etc) under revision
control. I presume that means I should empty all the subdirectories of the
'data' directory, with the exception of the 'pages' directory. Am I right? And
how can I disable creation of as many of those as possible, without losing e.g.
the search feature? And then, a question arises if DW will handle some special
cases properly, as in a situation when it suddenly has some data in the 'pages'
directory changed via external means (that is, files get created/modified by the
SVN client doing an update of the working copy).
I've seen a similar topic was discussed on the list, but please note that both
problems discussed there had some important differences to mine.
(http://thread.gmane.org/gmane.comp.web.wiki.dokuwiki.general/7017)
Greetings
Mateusz Czaplinski
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts:
- » [dokuwiki] Disable revisions - again