I had to open up the .git/config file and delete all the branches and tags entries under the svn-remote section and run the ‘git svn clone’ command for this error to go away. Apparently, if I run this command multiple times (usually stop and re-start from a revision), the branch/tag entries get added to the config file instead of being reused, which causes the error.