Git SVN clone with complex structure
问题 I need to clone an SVN repository to git. The SVN repository is structured as if it's a repository of repositories, like so: SVNRepo |____ProjectA | |___branches | |___tags | |___trunk | file |____ProjectB | |___branches | |___tags | |___trunk file I need to clone the repository so that I end up with a single git repository, without the svn specific folders (branches, tags, trunk). I originally dumped then split the SVN repo into separate repos for each project and migrated to git using git