Hans Voss wrote:
I am looking into the possibility of merging two wiki's with each other I would like to know if it is possible to actually merge the databases or that a Special:Export <> Special:Import would work. (What happens with Import/Export when a page already exists?)
The history would contain all edit on the page names from both wikis mixed together.
Is there even a way to export (and import) the *entire* wiki?
cd /bla/firstwiki/maintenance php dumpBackup.php --full > /tmp/firstwiki.xml
cd /bla/secondwiki/maintenance php importDump.php /tmp/firstwiki.xml
(These are new in 1.5.)
-- brion vibber (brion @ pobox.com)