Importing a Subversion repository with a non-standard layout into Git
问题 I'm trying to (permanently) migrate my group's Subversion repository to Git, but I'm running onto problems trying to clean up its non-standard directory structure. Some of the project's content is contained in trunk and branches folders, but not all of it. The project on Subversion is laid out like this: project/trunk/ project/branches/feature_1 project/branches/feature_2 project/libraries project/crontab ... After importing, I want the Git repository to be laid out like so: project/html #