I'm switching from SVN to Git with Gitosis installed on a central server for centralized repositories on Ubuntu server.
I have had all my SVN repositories moved and initiated into new Git repositories, and also had all history moved to Git.
Now that I have all the repositories migrated to Git, I want to add all the repositories into Gitosis to be managed by Gitosis.
How can I move the repositories (Git initiated ones) into Gitosis /srv/gitosis/repositories
and manage them through gitosis-admin.git
remotely?