Hi everyone,
I'm trying to migrate a small SVN repository w/ 2000+ revs with 10+ branches to GIT. Branches sometimes merge contents from other branches. My main choice, was obvisously to use:
git svn clone -s URL
However, my GIT history only preserved the branching information and never shows a merge. Having an hard time googling for this too... Am I missing something?