[Numpy-discussion] Github notifications and trac-to-github migration

Thouis (Ray) Jones thouis at gmail.com
Wed Jul 25 05:51:43 EDT 2012


On Wed, Jul 25, 2012 at 6:53 AM, Fernando Perez <fperez.net at gmail.com> wrote:
> Hi Thouis,
>
> On Tue, Jul 24, 2012 at 2:46 PM, Thouis (Ray) Jones <thouis at gmail.com> wrote:
>> I would estimate I'm between a fourth and halfway through the
>> implementation of the trac-to-github-issues migration code.  The work
>> lives in at https://github.com/thouis/numpy-trac-migration
>
> mmh, I would have thought you're farther ahead... Aric Hagberg
> (@hagberg) and Jordi Torrents (@jtorrents) of NetworkX fame last
> weekend completed the trac2github migration for nx, and he said he'd
> only had to make a few improvements to your code.
>
> I'm cc'ing Aric here so he can give us more details, but based on the
> fact that they were able to successfully migrate nx completely to GH,
> I would have imagined you'd be much, much closer for numpy/scipy.

Perhaps my estimate was low.  I hadn't done any work with creating
issues on github (only extracting them from Trac into a form that maps
onto github issues), but I expect the PyGithub library
(https://github.com/jacquev6/PyGithub) helps make the rest of the work
easier.  Glad to hear it helped.

> Their migration looks pretty solid, including all old comments and
> attachments being correctly linked, cf this one:
>
> https://github.com/networkx/networkx/issues/693

Based on that issue, it looks like I wasn't careful enough in temporal
ordering of comments, not that it's that critical.

Aric, is the code you ended up using available somewhere?

Thanks,
Ray



More information about the NumPy-Discussion mailing list