svn: Commit blocked by pre-commit hook (exit code 255) with output:报错分析及解决方法

版权声明:本文为博主原创文章,如需转载请注明出处,谢谢。 https://blog.csdn.net/zhouxingxingzxy/article/details/52607015

出错原因

    开始时提交的注释为: commit -m "更改otherInfos类型为Map<String, String>"

提交时报错:svn: Commit blocked by pre-commit hook (exit code 255) with output:



svn并无其他错误,分析可能是由于注释中包含了一些非法字符,所以把Map<String, String>去掉,注释改为 commit -m "更改UserActionLog属性otherInfos的类型",既可。


注意:提交svn时,注释尽量不使用奇怪符号

猜你喜欢

转载自blog.csdn.net/zhouxingxingzxy/article/details/52607015