我正在尝试将我的日志从Windows客户端编辑到Linux存储库,我知道默认情况下svn不允许这种行为所以我创建了这样的pre-revprop-change(我将授予每个编辑):
#!/bin/sh
exit 0;
授予权限:
chmod +x pre-revprop-change
我仍然收到此错误:
SharpSvn.SvnRepositoryIOException: DAV request failed; it's possible that the
repository's pre-revprop-change hook either failed or is non-existent --->
SharpSvn.SvnRepositoryIOException: At least one property change failed; repository is
unchanged ---> SharpSvn.SvnRepositoryIOException: Error setting property 'log':
Repository has not been enabled to accept revision propchanges;
ask the administrator to create a pre-revprop-change hook