如何解決 git-svn 錯誤「refs/remotes/git-svn$: 指令回傳錯誤:1」?

如何解決 git-svn 錯誤「refs/remotes/git-svn$: 指令回傳錯誤:1」?

在將 Subversion 儲存庫轉換為 git 的過程中,將svn:ignore設定轉換為時可能會遇到下列錯誤.gitignore

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

我該如何解決這個錯誤?

答案1

若要解決此錯誤,請指定GIT_SVN_ID要從中取得資訊的參考名稱。喜歡:

git svn show-ignore -i trunk > .gitignore

相關內容