Once you go git, you can never go back.
1. First, make a directory into which you want the newly minted git repo to live
2. cd
into that directory
3. Then execute the following:
git svn clone file://localhost/Users/your-user-name/location/of/svn/repo
And that’s it!