Trying to migrate a large but linear svn repository to git. The svn repository does not have the standard layout (trunk, branches, tags)...just one directory with the trunk.
Every time this happened to me Git simply couldn't fetch a commit from trunk
in Subversion:
fatal: refs/remotes/trunk: not a valid SHA1
Reasons:
/trunk
.-r
option).