[Subversion] SVN Commit 오류


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_EDITOR=nano 

export SVN_EDITOR

 

에디터는 자주 사용하는 에디터로 지정 가능(vi 등)