에러내역
svn commit 수행 시도시 아래와 같은 에러 발생
# svn commit hihihseo.txt
svn: E205007: Commit failed (details follow):
svn: E205007: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
svn: E205007: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found
svn: E205007: 로그 메시지를 구하기 위해 외부 프로그램을 사용할 수 없습니다. SVN_EDITOR 환경변수를 설정하시거나 --message (-m) 또는 --file (-F) 옵션을 사용하세요
svn: E205007: 환경변수 SVN_EDITOR, VISUAL, EDITOR 중 하나는 설정하거나, 'editor-cmd' 를 구성화일에 명시해야합니다
해결방법
vi /etc/bashrc 파일을 열어 아래 값을 넣고 저장후 soruce /etc/bashrc 명령어로 적용 후 다시 시도한다.
export SVN_EDITOR=vim
반응형
'인프라 > 리눅스' 카테고리의 다른 글
[Centos7] OpenLDAP 구축 (0) | 2022.06.13 |
---|---|
[centos7] svn 구축 및 활용 (0) | 2022.06.11 |
centos7 jenkins 설치 (0) | 2022.05.02 |
ubuntu / centos python 버전 변경하기(update-alternatives) (0) | 2022.04.24 |
Centos7 Mysql 5.7 설치 (0) | 2022.04.15 |
댓글