(no commit message)
authorsimonraven <simonraven@web>
Mon, 13 Apr 2009 00:16:10 +0000 (20:16 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 13 Apr 2009 00:16:10 +0000 (20:16 -0400)
doc/tips/Importing_posts_from_Wordpress/discussion.mdwn

index 9befe3f22400e5b9cb42482966a2847262d416f4..91f9a7d49b9f78ef22697f5b441e09c9e3425d08 100644 (file)
@@ -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\ f" % (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.