Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrate sourceforge tickets to GitHub issues [duplicate]

Does anyone know of any script/package that could automatically migrate tickets in sourceforge bug/feature request trackers to GitHub issues? It's possible to export the sourceforge tickets as XML, so I would imagine that it should be possible to write a script to automatically create the tickets in GitHub, so just wanted to check if something like this exists already?

like image 583
astrofrog Avatar asked Jan 07 '11 15:01

astrofrog


1 Answers

Update: GitHub throttles requests through their old API, which my tool uses. https://github.com/cmungall/gosf2github uses the new API, and is probably what you want instead.

I've written a Python script to do this. It's at https://github.com/ttencate/sf2github.

Beware: Sunday afternoon software. Use at your own risk, etc. etc. Pull requests welcome!

like image 86
Thomas Avatar answered Sep 21 '22 09:09

Thomas