标题: windows下SVN修改日志报错,怎么解决? [打印本页] 作者: ricaashin 时间: 2012-5-29 13:40 标题: windows下SVN修改日志报错,怎么解决? 报错如下:
DAV request failed; it's possible that the repository's pre-revprop-change hook
either failed or is non-existent
At least one property change failed;
repository is unchanged
Could not open the requested SVN filesystem作者: candy_girl 时间: 2012-6-2 23:31
你这个是不是将其他版本库控制的文件直接拷贝到另外一个版本库哦,然后hooks还存在引起这个问题作者: davids 时间: 2012-6-4 16:55
应该是hooks的问题~~这个功能我以前实现过,可以在网上多找找别人写的例子,应该好解决的~~