Como resolver o erro git-svn 'refs / remotes / git-svn $: command retornou o erro: 1'?

9

No processo de conversão de um repositório Subversion em git, você pode encontrar o seguinte erro ao converter svn:ignoreconfigurações em .gitignore:

config --get svn-remote.svn.fetch :refs/remotes/git-svn$: command returned error: 1

Como eu resolvo esse erro?

Der Hochstapler
fonte

Respostas:

11

Para resolver esse erro, especifique o GIT_SVN_IDrefname do qual você deseja buscar informações. Gostar:

git svn show-ignore -i trunk > .gitignore
Der Hochstapler
fonte
11
Tente isso git svn show-ignore -i origin/trunk > .gitignorese acima não funcionar.
Abdurrahman I.