I have a problem with a repo git that I want migrate to svn. In this repo some branch was create with space in name. When I start command git svn cloneI have an error
fatal: Not a valid object name refs/remotes/origin/My branch
cat-file commit refs/remotes/origin/My branch: command returned error: 128
I dump my repo with svndumpfilter exclude but problem is same. I tried to clone in use ignore-path option, but is same !!
git svn clone --trunk=/Projet/trunk --branches=/Projet/branches --tags=/Projet/tags --authors-file=authors.txt file:///home/repo_svn/nom ../temp --ignore-path=".*(?:refs/remotes/origin/My branch|refs/remotes/origin/My%20branch)"
Have you a solution ? best regards