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?
The idea is to declare you repo in the
conf/gitosis.conffile from your gitosis-admin local (cloned) repo:, which will create a bare repo, to which to which you can push your local repo.
See this tutorial for more
That being said, I find gitolite much more complete than gitosis, like all those recent blog posts illustrate:
And you can migrate from gitosis to gitolite easily enough.