https://bugzilla.wikimedia.org/show_bug.cgi?id=23182
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Brion Vibber <[email protected]> 2010-04-16 11:36:58 UTC --- importDump.php won't reimport page revisions that are already present in the system; the initial dump you made will include the timestamps and revision id numbers, so if you didn't change them they'll still match and will be skipped. What you're trying to do should work if you drop the revision IDs and update the timestamps in the XML file before re-importing it; they'll be counted as new revisions then. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
