132 SVN提交報錯"Commit blocked by pre-commit hook"的解決辦法
參考:
http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-howto-minlogmsgsize.html
http://paskaa.iteye.com/blog/850160
【問題】 Linux命令列下用 svn commit -m "XXX" 的方式提交程式碼改動,失敗。
錯誤提示如下: Transmitting file data .svn: Commit failed (details follow): svn: Commit blocked by pre-commit hook (exit code 1) with output: False [] range "\w-" in regex; marked by <-- HERE in m/^(?:[\w- <-- HERE _]+\/){0-1}branches\// at /local/svn/minsvn/current/lib/SVN/Property.pm line 246.
【可能的原因】 提交程式碼的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"
然後再提交。就成功了。
在本地一提交也是一樣,commit裡面的內容太短了,增加一些就可以了
相關文章
- git提交失敗——running pre-commit hook: lint-stagedGitMITHook
- Go:git gofmt pre-commit hookGoGitMITHook
- SVN報錯“Failed to run the WC DB work queue associated with”解決辦法AI
- 【git】Git commit時提示錯誤時 解決辦法GitMIT
- git報錯400的解決辦法Git
- cnpm link 報錯解決辦法NPM
- svn相關問題解決辦法
- Jsp Unescaped xml character報錯的解決辦法JSXML
- php json提交亂碼的解決辦法PHPJSON
- Mybatis批量更新SQL報錯☞解決辦法MyBatisSQL
- msfconsole,OpenSSL::PKey::PKeyError報錯解決辦法Error
- eclipse :報錯 ‘XXXX‘ does not name a type的解決辦法Eclipse
- git hooks之——pre-commitGitHookMIT
- Docker Hello World容器執行報錯的解決辦法Docker
- 關於npm install安裝報錯的解決辦法NPM
- npm報錯"A complete log of this run can be found in:"的解決辦法NPM
- 報錯:net::err_unknown_url_scheme的解決辦法Scheme
- 使用SVN提示“工作副本已經鎖定”的解決辦法 .
- Laravel Mix - 執行 NPM install 報錯解決辦法LaravelNPM
- Homestead 在 Windows 下軟連結報錯的解決辦法Windows
- Maven下載jar包慢,pom報錯的解決辦法MavenJAR
- MySQL5.7 group by新特性報錯1055的解決辦法MySql
- svn的操作,報錯,和解決方案 一。
- vue報錯:the template root disallows ‘v-for‘ directives解決辦法Vue
- 關於Chrome報錯 ERR_NAME_NOT_RESOLVED 解決辦法Chrome
- Flutter url_launcher 報錯 canLaunch will return false(Android)的解決辦法FlutterFalseAndroid
- 解決Dcat Admin laravel框架登入報錯問題,(blocked:mixed-content)Laravel框架BloC
- svn“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“報錯的解決方法
- Ubuntu 報錯:無法獲得鎖 /var/lib/dpkg/lock解決辦法Ubuntu
- SVN解決不能檢視最近提交日誌的問題
- pxc 事務pre-commit狀態阻塞MIT
- pod install 和 rvm install ruby-xxxx報錯解決辦法
- Python-安裝部分包報錯解決辦法彙總Python
- 畢設之錯誤解決辦法
- Idea編譯錯誤解決辦法Idea編譯
- Homestead.yaml 修改後 Vagrant 重新載入報錯的解決辦法YAML
- 執行 PHP artisan migrate 時報長度錯誤的解決辦法?PHP
- pecel install swoole 報錯 ssl.h 找不到時的解決辦法