I read the Git manual, FAQ, Git - SVN crash course, etc. and they all explain this and that, but nowhere can you find a simple instruction like:
SVN repository in: <
As another aside, the git-stash command is a godsend when trying to git with git-svn dcommits.
A typical process:
svn-dcommitThe solution (requires git 1.5.3+):
git stash; git svn dcommit ; git stash apply