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