I had read 'Migrate a Git repo to a SVN one' post: http://sandrotosi.blogspot.com/2010/02/migrate-git-repo-to-svn-one.html
It just imports the working copy contents of git repo to svn repo, and generates just one commit of svn. That sucks, because I can just copy files and add to git repo with git's commands(add and commit) to achieve the same goal.
Is there any method to migrate a git repo to svn with FULL COMMITS? Thanks in advance.