- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试将新版本提交到我的 SVN 存储库,但遇到了此错误:
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 are set, and no 'editor-cmd' run-time configuration option was found new-computers-computer:trunk newcomputer$
出了什么问题?
最佳答案
贾斯汀,
每次使用 Subversion 提交时,您都需要编写所提交内容的摘要(即提交消息)。该错误是因为 Subversion 正在尝试启动文本编辑器,以便您可以编写提交消息,但该编辑器从未启动。在 .bash_profile 中设置 SVN_EDITOR
就可以了。以下是有关如何将 vim 设置为 svn 使用的默认编辑器的一些详分割步说明:Original link dead, replaced with archive.is mirror
或者,按照错误消息中的建议,您可以使用 -f
从现有文件加载提交消息,或使用 -m
传入消息。
示例:
svn commit -m "Fixed a regression that prevented pigs from flying (resolves issue #123, but causes strange behavior elsewhere)"
svn commit -f /path/to/a/file/with/a/long/commit/message.txt
关于svn - 将新版本提交到 svn 存储库时出现提交失败错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3903037/
我是一名优秀的程序员,十分优秀!