On 2008.11.18 20:47:24 -0500, Matt Graham wrote: > Hi, > I have a svn repo cloned into a git repo. There are several remote > refs that are there that I don't care about and don't want to fetch. > > git svn fetch --fetch-all gets a bunch of stuff from branches I don't want > git svn fetch requires I checkout the branches I care about before fetching > > git svn fetch doesn't accept a branch name > git remote rm isn't able to see the svn remotes > > Is there a way to either: > 1) get rid of the svn remotes that I don't want? > 2) fetch only the remotes that I do want? Uhm, are you talking about remote tracking branches (what "git branch -r" shows), or svn-remotes (not sure if git-svn can list them, they're in .git/config)? The behaviour you describe doesn't match my experience with git-svn, so maybe you could elaborate a bit on the exact problem? Thanks, Björn -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html