You used the -s
option to git svn clone
, but from your example, it doesn’t appear that your Subversion repository is using the standard layout (i.e., trunk, branches, and tags directories at the repository root).
If that’s the case, clone without -s
.