I use git in the store, which is all Subversion. When I check repo with
git svn clone -s --preserve-empty-dirs https://<subversion-server>/svn/<repo> <folder-name>
Everything seems fine, as the cloning process begins, but at some point in the git process crashes with
Failed to strip path '<path-to-some-file>' ((?^:^trunk(/|$)))
Does anyone know what is wrong or how to fix it?
source share