报错信息:
propset --revprop -r 19550 --force "svn:log" "CALLCENTERSALES-1993 呼入客户查询页面增加预约提醒邮件发送功能 Ver1_104_2" http://cvs.tpis.tpaic.com/svn/CallCenter/branches/CallCenter
RA layer request failedsvn: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent
Failed to execute WebDAV PROPPATCH
svn: At least one property change failed; repository is unchanged
RA layer request failed
svn: Error setting property 'log':
Repository has not been enabled to accept revision propchanges;
ask the administrator to create a pre-revprop-change hook
解决办法:
要在服务器上版本库的hooks文件夹下建立pre-revprop-change钩子,简单处理的话:
如果服务器是windows系统,那么就增加一个pre-revprop-change.bat的空文件;
如果是linux服务器,那么就把pre-revprop-change.tmpl这个钩子里的内容清空。