]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 14 Jun 2008 15:39:34 +0000 (11:39 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 14 Jun 2008 15:39:34 +0000 (11:39 -0400)
doc/bugs/Can__39__t_build_2.49__63__.mdwn
doc/tips/inside_dot_ikiwiki/discussion.mdwn [new file with mode: 0644]

index 933797c9da39517d738c1e411a1be4704ab700c9..15423d760bbf7405aa842c3815a9dc9af799f2c6 100644 (file)
@@ -29,3 +29,5 @@ Any thoughts or suggestions are appreciated. Thanks.
 > installation that might be present on the system. --Buo
 
 Thanks, Buo. I removed the traces of the previous ikiwiki, and I was able to install. No luck getting the new search plugin to work, but we'll leave that for another day. Thanks again.
+
+Quick follow-up: 2.50 compiled and installed without a hitch. Just thought I would mention it...
diff --git a/doc/tips/inside_dot_ikiwiki/discussion.mdwn b/doc/tips/inside_dot_ikiwiki/discussion.mdwn
new file mode 100644 (file)
index 0000000..327b01f
--- /dev/null
@@ -0,0 +1,7 @@
+My database appears corrupted:
+
+    $ perl -le 'use Storable; my $index=Storable::retrieve("indexdb"); use Data::Dumper; print Dumper $index'
+    Out of memory!
+
+No idea how this happened.  I've blown it away and recreated it but, for future reference, is there any less violent way to recover from this situation?  I miss having the correct created and last edited times.  --[[sabr]]
+> update: fixed ctimes and mtimes using [these instructions](http://u32.net/Mediawiki_Conversion/Git_Import/#Correct%20Creation%20and%20Last%20Edited%20time) --[[sabr]]