最近svn add dir 之后执行 svn ci报错
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
需要svn ci -m "内容注释" 就可以了
解决SVN ci报错
本文介绍了在使用SVN进行提交时遇到的错误信息及解决方案。主要问题是未能使用外部编辑器获取日志消息,提示设置$SVN_EDITOR环境变量或使用--message/-m或--file/-F选项。通过使用svnci -m 内容注释即可解决该问题。
1万+

被折叠的 条评论
为什么被折叠?



