I am using git in a shop that is all Subversion. When I check out a repo using
git svn clone -s --preserve-empty-dirs https://<subversion-server>/svn/<repo> <folder-name>
All seems well as the cloning process begins, but at some point during the process, git fails with
Failed to strip path '<path-to-some-file>' ((?^:^trunk(/|$)))
Anyone know what's wrong or how to fix this?
git svn clonecommand seems to be a valid workaround when using git 2.7.3. It seems that git will continue just where it left off, similarly on network connection failures duringgit svn clone.