We recently moved from SVN to Git, but there's a single legacy branch that I need to bring in to the Git repository. The SVN and Git repositories are the same logical code (i.e. they're both called foo-lib), but the Git one has newer revisions from after we switched to Git.
Is there a way we can use git-svn to grab the history of a specific branch and graft it into the history of the git tree?