Follow-up on a previous about migrating an entire SVN repository to github keeping the history:
For a sub-directory within a SVN, you should use
git svn clone svn+ssh://path/to/repo/ --trunk=trunk/directory --branches=branches/*/directory --tags=tags/*/directory |
without the –stdlayout option.
Please follow and like us: