Hi,
I need to keep the official gitolite repository on my gitolite server to provide this to a testbed network without external access.
Therefore I added just a new repository on my gitolite server (he has to legs one for testbed and one for office+internet) and filled it with a push from my desktop. But how to keep this repository updated on the server automatically without my desktop as a man in the middle ?
My idea was to start a cron job with starts a git fetch git://github.com/sitaramc/gitolite inside the repositories/gtolite.git dir. It looks like a working solution
Would this be also you choice ?
Immo