See http://git-scm.com/docs/git-filter-branch
I think you need something like
git filter-branch --subdirectory-filter Project/SubProject-0 --prune-empty -- --all
in a clone of the repository.
See http://git-scm.com/docs/git-filter-branch
I think you need something like
git filter-branch --subdirectory-filter Project/SubProject-0 --prune-empty -- --all
in a clone of the repository.