svn - Does SubGit require an own GIT installation -


the question simple:

i have external svn-repository (foreign network) , want establish local network git-environment. subgit can synchronize svn to-be-done git-server, need know if need install own git-server or subgit "include" git-server-installation?

so subgit "converter" like: svn<->subgit<->git (master repo) or subgit git-server like: svn<->subgit (=master repo) (no git required)

thanks help!

subgit doesn't include git server, should install server on own. note, subgit uses 'pre-receive' , 'post-receive' git hooks, should use server runs these hooks when pushes commits server (nearly servers that, except gerrit --- there's issue that). example can use atlassian stash server , subgit plugin it.

so subgit rather svn<->subgit (=master repo), need no git repository on server. set access repository local network.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -