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

转:VisualSVN Server提交前必须写信息(备注)

时间:2017-07-16 10:10:49      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:填写信息   end   div   cal   and   send   blank   target   ges   

修改Pre-commit hook

@echo off
::    
:: Stops commits that have empty log messages.
::
@echo off
setlocal
rem Subversion sends through the path to the repository and transaction id
set REPOS=%1
set TXN=%2
rem check for an empty log message
svnlook log %REPOS% -t %TXN% | findstr . > nul
if %errorlevel% gtr 0 (goto err) else exit 0
:err
echo. 1>&2
echo 信息(备注)不允许为空,请填写信息然后重试 1>&2
exit 1

http://blog.csdn.NET/pksniq/article/details/24870077

转:VisualSVN Server提交前必须写信息(备注)

标签:填写信息   end   div   cal   and   send   blank   target   ges   

原文地址:http://www.cnblogs.com/drnmmond/p/7189540.html

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