폴더를 svn 서버에 생성을 하려고 아래 명령어를 입력했는데 에러가 발생했다.
svn mkdir svn://localhost/trunk
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_EDITOR 환경변수가 설정돼있지 않다고 적혀있다. 설정해주자.
export SVN_EDITOR=vi
다시 svn mkdir svn://localhost/trunk 명령어를 입력하면 아래와 같이 나오는데 저장해주자!
그 후 c, 컴퓨터 비밀번호, svn 서버에 등록한 Username, password를 입력하면 적용된다!
728x90
댓글