On Tue, Nov 24, 2009 at 1:02 AM, danvk <[email protected]> wrote: > I have a project that I'm currently hosting on google code, but would > like to move to github. There's lots of documentation about how to > import my complete revision history using "git svn". So far, so good. > > I have more than just code in my google code project, though. There's > also the issue tracker: http://code.google.com/p/dygraphs/issues/list > > Is there any way to import all my issues, preferably with edit > history?
I found this script, may help: http://gist.github.com/101002 It was on this blog post: http://remediecode.org/2009/04/moved-issues-to-github.html Cheers, -- Chris Wanstrath http://github.com/defunkt -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
