8

有谁知道任何可以自动将 sourceforge 错误/功能请求跟踪器中的票证迁移到 GitHub 问题的脚本/包?可以将 sourceforge 票证导出为 XML,所以我想应该可以编写一个脚本来在 GitHub 中自动创建票证,所以只是想检查这样的东西是否已经存在?

4

2 回答 2

5

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!

于 2011-03-13T17:32:56.477 回答
0

Python 软件基金会使用sourceforge 的 xml将其错误跟踪器迁移到综述,这里是脚本。对于 github,您将使用REST API或其他东西,尽管我没有找到现成的转换脚本。

于 2011-02-26T20:54:50.580 回答