Skip to content

Allow bulk import of existing repos into namespaced project

gitlab-qa-bot requested to merge github/fork/SimplyPhiSoft/master into master

Created by: umars

Recently we were setting up gitlabhq for our organization and we required to import a whole bunch of existing repos into namespaced projects. I had to twak this old bulk import script to allow root,email, namespace in arguments. the root is the base dir containing all .git repos to be imported email is the email id of the project owner and namespace is the pre created namespace name in gitlab.

Merge request reports