I am a bit lost on what is the correct workflow for the following scenario. I'm using an open source project that's hosted on google code in a subversion repo. I prefer to use git so I've used git-svn to clone the svn repo to a git repo. The original author still commits to the svn repo (yay!) and me and my team commit to the git repo.
I need to be able to - Clone the git repo (that contains the svn history) - Configure git so that it can fetch from the svn repository - configure git-svn so that it fetches from a particular revision number
Note: when you clone the git repo all links to svn are lost.