SVN to Git Bitbucket migration

Hi,

I want to migrate some of the SVN repositories to Git Bitbucket i have followed the Atlassian tutorial regarding this. i am able to migrate the SVN repository consists standard layout. Could you please help to convert SVN repository consists of non standard layout.
My SVN repository layout look like this

Repository
* trunk
* branches
* tags
* Folder1
*Sub folder1
*Sub Folder2
*Sub Folder3 … Sub Folder n
* branches
* tags
* trunk

  • Folder 2
    • Sub Folder 1
    • Sub Folder 2 … Sub Folder n
    • branches
    • tags
    • trunk
  • Folder 3 … Folder n

Could you help me how to write git svn clone command for the above layout