[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 등)

Maven Repository Architecture

Maven Repository는 개발 서버에 private repository를 구성하고 개발자는 private repository만 등록하고 개발서버에서 public repository를 등록해 주는 것이 좋다.

Source 서버와 Maven repository는 동일한 서버로 구성해도 되고 다른 서버로 구성해도 된다.


Eclipse plugins


Copy Fully Qualified Class Name Plugin : 클래스의 전체 이름을 복사해 줌