there are three methods:
rebase: as the other answers
commit id: find svn first commit id and git first commit id , echo their into .git/info/grafts:echo "git_id svn_id}" > .git/info/grafts
then git svn dcommit
checkout every git commit,copy files into svn_repo, svn commit
bash demo: github demo
v1.x: use rebase and commit id
v2.x: use copy files,then svn commit