The question is very simple:
I have an external SVN-Repository (foreign network) and I want to establish for my local network a GIT-environment. As SubGit can synchronize this SVN with the to-be-done GIT-Server, I need to know if I need to install an own GIT-Server or does SubGit "include" a GIT-Server-Installation?
So is Subgit just a "converter" like: SVN<->SUBGIT<->GIT (master repo) or is SubGit also a GIT-Server like: SVN<->SUBGIT (=master repo) (no extra git required)
Thanks for any help!