I have a git server with gitolite3, but I also need to mirror my repos on SVN server. Is there any way to do it with post-receive hook or something?
You can find a similar idea in miracle2k/gitolite-simple-mirror
, using a gitolite-compatible post-receive hook.
Since it is for mirroring a git repo in GitHub (and not SVN), you can use instead (still in that same post-receive hook) commands from "Maintaining a Read-Only svn Mirror of a git Repository".