I know you can track a svn repo with git by using git svn init, however that is for if you want to create a brand new repo.
My situation is that I currently already have an existing git repo and want to track the trunk of a svn repo by making it a remote branch in my current git repo.
Any suggestions?