After doing git svn init -s <url to repo>, git remote doesn't list any remotes. Why?
git svn init -s <url to repo>
git remote
Because a subversion "remote" is not a real git remote. Try git svn info to see the remote information for the subversion repository.
git svn info