svn: Commit failed (details follow):
svn: 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: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was found
解决方法
.bash_profile 设置环境变量 SVN_EDITOR
SVN_EDITOR=/usr/bin/vim
source .bash_profile
如果这样还是不行,就按照错误提示,
svn commit -m "comit messages bla bla "
阅读(2484) | 评论(0) | 转发(0) |