Cannot import repositories
Created by: avosirenfal
I'm running branch 5-0-stable. I tried to import repositories the way this link says:
https://github.com/gitlabhq/gitlabhq/wiki/Import-existing-repositories-into-GitLab
I copied all the bare repos to the root of GitLab's repositories folder, then, in GitLab's root folder I ran
bundle exec rake gitlab:import:repos RAILS_ENV=production
For each repo it said processing and created.
In GitLab all the projects exist, but they show as if they're new projects with no files, no branches, no commits, etc. What do I do?