I have a Subversion repository with the following folder structure:
projectname projectname/api projectname/services/service1 projectname/services/service2 projectname/webapps/app1 projectname/webapps/app2
Using Subversion I can checkout all or individual repositories. I have converted the root repository to a git repository. Now I am not able to clone individual project e.g. "projectname/webapps/app1"
.
Is there anything I missed during migration? Is there any git svn command that converts a Subversion repository to a Git repository and creates submodules from inner svn repositories?