Subversion 저장소를 git로 변환하는 중에 svn:ignore
설정을 다음으로 변환하는 동안 다음 오류가 발생할 수 있습니다 .gitignore
.
config --get svn-remote.svn.fetch :refs/remotes/git-svn$: command returned error: 1
이 오류를 어떻게 해결합니까?
Subversion 저장소를 git로 변환하는 중에 svn:ignore
설정을 다음으로 변환하는 동안 다음 오류가 발생할 수 있습니다 .gitignore
.
config --get svn-remote.svn.fetch :refs/remotes/git-svn$: command returned error: 1
이 오류를 어떻게 해결합니까?
답변:
이 오류를 해결하려면 GIT_SVN_ID
정보를 가져올 참조 이름을 지정하십시오 . 처럼:
git svn show-ignore -i trunk > .gitignore
git svn show-ignore -i origin/trunk > .gitignore
위의 방법으로 작동하지 않으면 시도하십시오 .