eclipse 下svn提交代码忘写注释怎么办,我想补充上去?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse 下svn提交代码忘写注释怎么办,我想补充上去?相关的知识,希望对你有一定的参考价值。

propset --revprop -r 24288--force "svn:log" "一级采购人在填写申报书,汇总批量删除二级采购人申报书时报错" http://124.42.69.84:8012/svnroot/Products
RA layer request failed
svn: 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

propset --revprop -r 24288--force "svn:log" "一级采购人在填写申报书,汇总批量删除二级采购人申报书时报错" http://124.42.69.84:8012/svnroot/Products
RA layer request failed
svn: 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这个钩子里的内容清空。
参考技术A

不可以补的,再次提交记得写上就可以了。

提交注释:

查看注释:

参考技术B 现在的状态是svn服务器端没有开设填写日志的钩子服务。需要在svn服务器端的具体版本库的hooks目录中建立钩子文件。一般情况下,建立库之后,钩子脚本都会存在,只需要让文件生效即可。可供填写日志是“pre-revprop-change”钩子脚本控制,window系统下,需要pre-revprop-change.bat文件,linux系统下,需要pre-revprop-change.sh并确保是可执行文件。文件的内容按源文件中的内容设置即可。 参考技术C

以上是关于eclipse 下svn提交代码忘写注释怎么办,我想补充上去?的主要内容,如果未能解决你的问题,请参考以下文章

svn 提交后 怎么 添加注释

svn 被回滚的代码怎么重新提交

eclipse svn冲突怎么解决

如何设置SVN提交时强制添加注释

eclipse svn 提交怎么忽略文件

怎么查看svn的提交记录