views:

207

answers:

1

I'm thinking about migrating a project from Sourceforge to Github. Besides the svn to git, what about migrating things like the issue tracker? Is there an easy way to do that?

A: 

SourceForge lets administrators export data from issue trackers and document managers.

All XML exporting of project data is now centralized in the xml export script. This is primarily for project administrators who want to download the data in the SF.net database associated with their project.

http://sourceforge.net/export/

Simon Brown
That's great, but what about importing to Github?
Matthew Talbert