There is an svn branch that I want to import to git; no need the whole svn repo, just a specific svn branch with its commits.
How to create such a temp git repo from svn branch?
git provides the git svn
command. You will find several methods to work on branches. Try and pick the best one for you
From the doc
# Clone a repo (like git clone):
git svn clone http://svn.example.com/project/trunk