Hello, I have been using git-svn tool for SVN to GIT migration. I see issues in migration of branches/tags located in SVN at different level of hierarchy. To some extent I can define the layout in config file but it's difficult in few cases. like https:<svn_repo_url>/svnrepo a/b/branches/<actual_branches> a/b/c/branches/<actual_branches> a/b/c//d/e/branches/<actual_branches> a/b/c/d/tags/<tags> a/tags/<tags> How to manage this ? Is there any wildcard or regular expression support that be used in config file. Thanks Ibrahim