svn 奇怪地出错 [英] svn errors out strangely

查看:24
本文介绍了svn 奇怪地出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

未知命令:'svn-commit.tmp'

unknown command: 'svn-commit.tmp'

我从未见过 svn ci 的这种类型的输出.svn ci 只是 svn commit 的别名.无论如何,如果你知道如何解决这个问题,那就太棒了.在那之前,我不能提交任何代码,哈哈.我在 Google 上环顾四周,是否有其他人遇到此错误,但没有找到任何内容.

I have never seen this type of output from svn ci. svn ci is just an alias for svn commit. Anyway, if you know how to fix this, that would be amazing. Until then, I cannot commit any code lol. I looked around on Google for others having this error but I didn't find anything.

运行 svn cleanup 并不能解决任何问题

Running svn cleanup doesn't fix anything

推荐答案

会不会是EDITOR(或SVN_EDITOR等)环境变量设置为<代码>svn-commit.tmp?(此环境变量指定要使用哪个编辑器来编辑提交消息.)

Could it be that the EDITOR (or SVN_EDITOR, etc.) environment variable is set to svn-commit.tmp? (This environment variable specifies which editor you want to use to edit the commit message.)

尽管在 Linux 上,至少,您会收到更有意义的错误消息:

Though on Linux, at least, you would get a more meaningful error message:

sh: svn-commit.tmp: not found
svn: Commit failed (details follow):
svn: system('svn-commit.tmp svn-commit.tmp') returned 32512

也许您使用的是 Windows,这是问题所在,并且错误消息很简洁?

Perhaps you are on Windows, this is the problem, and the error message is terse?

这篇关于svn 奇怪地出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆