how to configure a migrated git repository in gitolite
I have the gitolite and currently created test repositories and configured user rights and all works fine. What I want now is I have migrated a cvs repository to git by using git cvsimport. I have the newly migrated repository. How I can configure this repository via gitolite and configure users for this repository? Kindly guide me in right directions!! VonC You need to clone the gitoite-adin repo, and declare a new repo: See " adding and removing repos " Once done, you would add to your exisintg local git repo (the one with the CVS import in it) a new remote: git remote add gitolite git