我正在尝试将我的日志从 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