码迷,mamicode.com
首页 > 其他好文 > 详细

SVN提交时报错:Commit blocked by pre-commit hook (exit code 1) with no output.

时间:2017-09-20 21:55:27      阅读:1144      评论:0      收藏:0      [点我收藏+]

标签:add   tar   参考   get   ase   div   asi   svn   min   

可能的原因:

提交代码的SVN命令中,Comment长度短了。参考:http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-howto-minlogmsgsize.html

解决方法:

在提交的命令行的Comment中多加些字符,再提交。比如,将:

svn commit -m "XXX"

改成

svn commit -m "Add some code for Case 1"

然后再提交。就成功了。

 

参考:

http://blog.csdn.net/yasi_xi/article/details/39450689(以上内容转自此篇文章)

SVN提交时报错:Commit blocked by pre-commit hook (exit code 1) with no output.

标签:add   tar   参考   get   ase   div   asi   svn   min   

原文地址:http://www.cnblogs.com/EasonJim/p/7565114.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!