I\'m struggling for a number of hours now with the --ignore-paths option to git-svn, in an attempt to fetch only certain tags from a large repository.
I want to start
You might also just try:
cat .git/config
on Linux, or:
type .git\config
on Windows, from your new repository directory, to see the fetch URL, the branches and tags url.