There is a convenient migration script for this: sync2git
When you use rebase, you must tell it to get everything.
git svn rebase \ --fetch-all \ -A "${AUTHORS_FILE}"
Then it is a question of marking links and creating branches. For a better example see script.
source share