I have to migrate multiple directories from SVN trunk to one single GitHub repository. I'm able to clone single directory at a time by using this command:
git svn clone "https://svn repo url"
How to clone multiple directories with a single command from svn trunk? What is the best way to do migration?