GIT: Convert a SVN into GIT repo
If you like to convert your SVN repo into a GIT bare repo, it is simple like that. I normally just take the trunk directory of the SVN repo:
git-svn clone <url>/trunk /tmp/git-temp git clone --bare /tmp/git-temp /pub/scm/<yourproject>.git rm -rf /tmp/git-temp