Create a github importer for git repositories. See ForgeImporter's entry point & class for GoogleRepoImporter
as reference. That is much more complex though, since it supports git, hg & svn. Github obviously is all git repos, so make the github repo importer nice and simple, no extra code like the Google repo importer needs to have for svn & hg.
Created #414 [#6533] Code importer for github (4cp)
Related
Tickets:
#6533Closed #414 [#6533] Code importer for github, branch 42cc_6533
Related
Tickets:
#6533What you've done looks good, but we also need a controller for handling a request to import a repo into a new Git tool on an existing project.
For examples of this, see the google-code and trac importers on tv/6526. Basically you'll need a Controller, a template, a Formencode validator, and a @task wrapper.
Created #422 [#6533] Code importer for github: import into existing project 2
Related
Tickets:
#6533Closed #422. Forge-pushed
42cc_6533