Several of the SVN repositories I need to migrate show a very messy layout. Most of them, I figured out how to convert them, but one is bugging me and I don't find an answer on the net.
The SVN repository has this folder strucutre:
/trunk/src
/trunk/doc
/trunk/tools/toolA
/trunk/tools/toolB
/toolX
The question is, how do I get this into GIT master branch like:
/src
/doc
/tools/toolA
/tools/toolB
/tools/toolX