diff options
author | Albert Zeyer <albert.zeyer@rwth-aachen.de> | 2011-05-13 15:04:34 +0200 |
---|---|---|
committer | Albert Zeyer <albert.zeyer@rwth-aachen.de> | 2011-05-13 15:04:34 +0200 |
commit | 18d535bae1b0b7d466978dac83d273fb022b4dbd (patch) | |
tree | 02bb86cfaad6f2e05bd1e8e24e360ec67a334b13 | |
parent | 4aff509e6cba68a756e23c3cddb3491472a30e51 (diff) |
link to xml export description
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ This script doesn't help you to migrate code from SF's Subversion to GitHub. How Usage ----- -Run the `issues.py` script and it will print instructions. Basically, if your SF XML export is in `foo.xml`, your GitHub username is `john` and your repository is `bar`: +From SourceForge, you need to export the tracker data in XML. Read [here](https://sourceforge.net/apps/trac/sourceforge/wiki/XML%20export) for instructions. + +Run the `issues.py` script and it will print further instructions. Basically, if your SF XML export is in `foo.xml`, your GitHub username is `john` and your repository is `bar`: ./issues.py foo.xml john/bar |