aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/Importing_posts_from_Wordpress
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2009-04-12 20:16:10 -0400
committerJoey Hess <joey@kitenet.net>2009-04-12 20:16:10 -0400
commit0feb3eda8259eb47bcd1df7e5e1a8f8d78aedd45 (patch)
treee842ea80d8f3e030c34d3d0439fbd9cbd3dc445c /doc/tips/Importing_posts_from_Wordpress
parentf67c714c5011684884e7fc8485278ab282aea8a3 (diff)
downloadikiwiki-0feb3eda8259eb47bcd1df7e5e1a8f8d78aedd45.tar
ikiwiki-0feb3eda8259eb47bcd1df7e5e1a8f8d78aedd45.tar.gz
Diffstat (limited to 'doc/tips/Importing_posts_from_Wordpress')
-rw-r--r--doc/tips/Importing_posts_from_Wordpress/discussion.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tips/Importing_posts_from_Wordpress/discussion.mdwn b/doc/tips/Importing_posts_from_Wordpress/discussion.mdwn
index 9befe3f22..91f9a7d49 100644
--- a/doc/tips/Importing_posts_from_Wordpress/discussion.mdwn
+++ b/doc/tips/Importing_posts_from_Wordpress/discussion.mdwn
@@ -31,3 +31,11 @@ etc.
>> This is only part of the problem... I'm not exactly sure what's going on, and it's get late/early for me....
+>>> I used --force for fast-import, but then everything seems deleted, so you end up doing a reset, checkout, add, *then* commit.
+>>> Seems really odd. I edited the script however, maybe this is why... this is my changes:
+
+ -print "data %d" % len(data)
+ +print "data %d merge refs/heads/%s" % (len(data), branch)
+
+>>> That control character is a ^q^0 in emacs, see git fast-import --help for more info.
+>>> I'll be trying an import *without* that change, to see what happens.