We wish to use a tool like GitLab for collaboration and merge requests, but 
still keep our current git repositories in Gitolite.
I read that GitLab has moved away from Gitolite and instead are now using 
GitLab-shell.

I have read the following documentation how to bulk import repositories
http://doc.gitlab.com/ce/raketasks/import.html

My concern with this procedure is, how would the copy interact with the 
repositories in Gitolite. Is it not just a copy and not a mirror to the 
remote Gitolite? 
When someone push changes to a repository in Gitolite, the repository in 
GitLab should also get updated with these changes. When a developer 
performs a merge request in GitLab, this should be pushed over to the 
Gitolite repository.

Perhaps setting up repositories in GitLab as a clone mirror from the 
repositories in Gitlolite would work?
Create a project in GitLab
perform git clone --mirror URL in the repository directory.

I have installed GitLab 7.7.2 and set up my own user with the same SSH-keys 
as my user has in Gitolite.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/4d4de782-c273-4937-9eef-29d538deec92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to