I am attempting to use git svn to clone a single directory of a SVN repository into a Git repository.
git svn
If I use git svn clone svn+ssh://path/to/repo/tr
git svn clone svn+ssh://path/to/repo/tr
You don't want the standard layout, you want something like this:
git svn clone svn+ssh://path/to/repo/ --trunk=trunk/directory --branches=branches/*/directory --tags=tags/*/directory