summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ten Cate <ttencate@gmail.com>2011-03-13 19:48:41 +0100
committerThomas ten Cate <ttencate@gmail.com>2011-03-13 19:48:41 +0100
commitad7f699e39fb8474eb6405e821e0ec2bedeab12f (patch)
tree73b574584632d56036495a50c18881fb4bec1b0a
parentd290bf34a342a263126b60f7a2c228e9c9da91db (diff)
Add pointer to svn conversion page.
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 7a2fb8f..4211bca 100644
--- a/README
+++ b/README
@@ -24,6 +24,11 @@ Limitations:
* There's some rubbish in the comment text sometimes (Logged In, user_id, Originator) but this is in the SF XML export.
* There are encoding errors in the SF export of (at least) comments. Non-ASCII characters are encoded with UTF-8, then decoded (interpreted) as CP1252, and those code points gets encoded as XML entities. The script does not work around this. See also http://stackoverflow.com/questions/5291081/how-did-sourceforge-maim-this-unicode-character
+Code migration
+--------------
+
+This script doesn't help you to migrate code from SF's Subversion to GitHub. However, I found the following page helpful in doing that: http://help.github.com/svn-importing/
+
Usage
-----